Restaurant reservation & table booking plugin with instant availability check and confirmation. Get your restaurant booming — try ReDi free today!
Prioritized issue groups from the latest Plugin Check scan
Security
1,016
10 issue groups
Maintainability
219
12 issue groups
I18n
7
3 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$MinTimeBeforeReservation'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$IsSubscription".
Sample message
Short PHP opening tag used with echo; expected "<?php echo $Required ..." but found "<?= $Required ..."
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['_ga']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['_ga'] not unslashed before sanitization. Use wp_unslash() or similar
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
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
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['CloseTime']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $alter_table_query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AlternativeTime".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Missing $domain parameter in function call to _e().
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
Unescaped parameter $alter_table_query used in $wpdb->query()\n$alter_table_query assigned unsafely at line 101.
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugin
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.
Potential connections found in static code analysis.
Outbound calls
94
External assets
14
Incoming endpoints
17
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v26.2.0
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 1,252 | 1,013 | 239 | v26.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.