-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix errors detected by Plugin Checker #238
Conversation
@felixarntz @joemcgill In d7012f4 i added ignore for warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mukeshpanchal27 Just a minor suggestion to clarify the comment about nonce verification, since it should happen, but it does already happen elsewhere (in Admin_AJAX
class).
Other than that, looks good except for @joemcgill's existing point.
Co-authored-by: Felix Arntz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update @mukeshpanchal27, LGTM!
This pull request addresses several issues detected by the Plugin Checker when validating the plugin itself. The changes in this PR aim to resolve potential problems and improve overall code quality.
Please refer to #224 (comment) for a detailed list of errors identified by the Plugin Checker during the validation process.
Checklist: