You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are still interested in staying in the official directory:
In Phase 2, Plugin Check will expand to cover updates made by plugin authors to plugins already in the Directory. The initial rollout will include a post-SVN check-in process, where Plugin Check will email plugin authors about detected issues and notify Plugin Team members based on severity.
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to true to load it in the footer, or explicitly false if it should be loaded in the header.
The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
$_POST['slug'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a possibly undefined superglobal array index: $_POST['slug']. Use isset() or empty() to check the index exists before using it
Processing form data without nonce verification.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks)
The text was updated successfully, but these errors were encountered:
If you are still interested in staying in the official directory:
https://make.wordpress.org/plugins/2024/12/24/plugin-check-goals-roadmap/
For example:
true
to load it in the footer, or explicitlyfalse
if it should be loaded in the header.The text was updated successfully, but these errors were encountered: