The all-in-one solution to manage your restaurant reservations and take-away or delivery orders.
Prioritized issue groups from the latest Plugin Check scan
Security
10,663
5 issue groups
Maintainability
5,313
17 issue groups
I18n
475
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<link href=\"{$href}\" {$relType}=\"$relation\" "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DAYS".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ArrayHelper".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Missing XML [{$data->type}] view type."'.
Sample message
Missing $domain parameter in function call to __().
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DATAMATRIXDEFS".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$bc".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_supported_payments_' . $plugin".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d item out of %d'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['DOCUMENT_ROOT']
Sample message
$_SERVER['DOCUMENT_ROOT'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.5.4
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 16,576 | 11,644 | 4,932 | v1.5.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.