Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress Plugin Submission Review fixes #26

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

ntheile
Copy link
Contributor

@ntheile ntheile commented Feb 18, 2024

In regards to the Wordpress Plugin Submission Review email:

  1. Unsanitized input
  2. Unescaped output
    we should be good for (1) and (2) because we run the "WordPress Coding Standards for PHPCS" via npm run lint
  3. Missing or incorrect plugin and readme headers
    added screenshots @john-zaprite feel free to add more or modify see guide here https://chat.openai.com/share/9e2ecb6f-e6bd-4b5b-a853-447a71fd22cf
  4. Missing or inadequate function prefixes
    fixed one function prefix that was not in a namespace.

We should be good to submit the review to Wordpress, much of the heavy lifting was done when submitting to the WooCommerce store, so I suspect the code should be pretty much good.

@john-zaprite john-zaprite merged commit 38034ef into main Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants