Restaurant menu and food ordering system that is easy to set up and integrates with any theme. Includes restaurant menu blocks and patterns.
Prioritized issue groups from the latest Plugin Check scan
Security
799
8 issue groups
Maintainability
402
12 issue groups
I18n
114
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_order_view'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'fdm-setting-' . $setting".
Sample message
$_COOKIE['fdm_cart'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "fdmAboutUs".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_prices".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
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
Mismatched text domain. Expected 'food-and-drink-menu' but got 'EWD_ABCO'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['item_id']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Detected usage of a non-sanitized input variable: $_COOKIE['fdm_cart']
Sample message
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fdm_add_tax_to_price".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FDM_DEBUG".
Sample message
The $text parameter must be a single text string literal. Found: $column_one
Sample message
error_log() found. Debug code should not normally be used in production.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'As a thank you to our customers, for a limited time you can get a <strong>free pro license</strong>! Try the <a target=\'_blank\' href=\'%s\'>free version</a> today or use code <code>early_adopter_pro</code> to <a target=\'_blank\' href=\'%s\'>get your pro version license</a>!'.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
The parameter "array( 'fields' => 'ids' )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
The use of function move_uploaded_file() is forbidden
Potential connections found in static code analysis.
Outbound calls
262
External assets
4
Incoming endpoints
34
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
wp_ajax
wp_ajax
11 more hidden
2 score snapshots
v2.5.4
22
Latest
v2.5.3
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,364 | 754 | 610 | v2.5.4 | 2.0.0 |
| 22 | 1,361 | 752 | 609 | v2.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.