Admin Menu Editor

Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.

v1.15.1Janis ElstsUpdated 2026-05-17Added Dec 13, 2009300k+ installs92% rating0% support resolved
32
Score
159
Errors
233
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance100
Maintainability44

Top Issues by Category

maintainability256
security131
i18n4
supply_chain1

Issues Details

392 issues found in latest scan

WARNING159
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_key".

ERROR72
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attachmentId'.

ERROR48
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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."'.

WARNING40
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ajaw_v1_Action".

ERROR24
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ajaw_v1_CreateAction".

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin-menu-editor-display_addons".

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar

ERROR4
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

WARNING4
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AME_CUSTOMIZABLE_BASE_FILE".

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

WARNING2
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

ERROR2
WordPress.WP.DeprecatedClasses.services_jsonFound

The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.

ERROR2
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR1
PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite

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.

WARNING1
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR1
hidden_files

Hidden files are not permitted.

ERROR1
plugin_updater_detected

Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins

ERROR1
wp_function_not_compatible_with_requires_wp

Function "is_login()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.9.0.

Latest Snapshot

Findings

392

Errors

159

Warnings

233

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.15.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.15.1

32

Latest

Findings
392
Errors
159
Warnings
233
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins