WordPress Mega Menu is a responsive, highly customizable drag and drop menu builder plugin. Download free WordPress megamenu plugin.
Prioritized issue groups from the latest Plugin Check scan
I18n
814
4 issue groups
Maintainability
559
13 issue groups
Security
386
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addon_dir_name".
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $bottom_shadow
Sample message
$_GET['section'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['wpmm_import_menu_file']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['wpmm_import_menu_file']
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: "array_keys_exist".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_MegaMenu_Export_Import".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "SELECT * from {$wpdb->postmeta} WHERE post_id={$post_id} AND meta_key='{$key}' "
Sample message
Unescaped parameter $key used in $wpdb->get_results()\n$key used without escaping.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
The $plural text string should have translatable content. Found: '%d'
Sample message
Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Mega Menu" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Not analyzed yet.
First score snapshot
v1.4.2
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,784 | 992 | 792 | v1.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.