Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
256
12 issue groups
Security
131
5 issue groups
I18n
4
2 issue groups
Supply Chain
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_key".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attachmentId'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Dependency with handle \"$handle\" not found."'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ajaw_v1_Action".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ajaw_v1_CreateAction".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin-menu-editor-display_addons".
Sample message
$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
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.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AME_CUSTOMIZABLE_BASE_FILE".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Hidden files are not permitted.
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
Sample message
Function "is_login()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.9.0.
Not analyzed yet.
First score snapshot
v1.15.1
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 392 | 159 | 233 | v1.15.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.