Create and maintain modern online menus for almost any kind of restaurant. Sell food and beverages online. All in one plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
726
15 issue groups
Security
371
8 issue groups
I18n
81
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "mp_restaurant_menu\classes".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\t\t<category domain=\"{$term->taxonomy}\" nicename=\"{$term->slug}\">"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "accepted_payment_' . $card . '_image".
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "after_mprm_widget".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MP_RM_CLASSES_PATH".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $and at "SELECT DISTINCT post_author FROM $wpdb->posts WHERE post_status != 'auto-draft' $and"
Sample message
Use placeholders and $wpdb->prepare(); found $esses
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s by %s'.
Sample message
Unescaped parameter $and used in $wpdb->get_results()\n$and assigned unsafely at line 364.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Unescaped parameter $join used in $wpdb->get_col()\n$join assigned unsafely at line 91.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_after_template_part'".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of meta_value, possible slow query.
Not analyzed yet.
First score snapshot
v2.4.11
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,238 | 385 | 853 | v2.4.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.