Restaurant menu plugin for WordPress with food menu display, online food ordering, free table reservation, tips and WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,298
15 issue groups
Security
42
6 issue groups
I18n
4
3 issue groups
Performance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "RT\FoodMenu\Abstracts".
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FOOD_MENU_PLUGIN_DIR_PATH".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2 class='fmp-category-title'><span>{$term->name}</span></h2>"'.
Sample message
Processing form data without nonce verification.
Sample message
$_REQUEST[$metaKey] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "TLPFoodMenu".
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['fmp_enable_frontend_inventory']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filterName".
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Linking directly to 5 stars reviews is not allowed.
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
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: "TLPFoodMenu".
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST[$metaKey]
Sample message
Mismatched text domain. Expected 'tlp-food-menu' but got 'food-menu-pro'.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
175
External assets
1
Incoming endpoints
25
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
2 score snapshots
v6.0.0
27
Latest
v5.3.3
61
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 1,345 | 25 | 1,320 | v6.0.0 | 2.0.0 |
| 61 | 1,183 | 16 | 1,167 | v5.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.