ReDi Restaurant Reservation – Instant Availability & Confirmation

Get your restaurant booming with the ReDi Reservation plugin! Simplify bookings, offer instant confirmations, and customize settings. Try today!

v26.2.0catkinUpdated Added 800 installs90% rating
28
Score
1,013
Errors
239
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability17

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,252 findings

Security

1,016

10 issue groups

Maintainability

219

12 issue groups

I18n

7

3 issue groups

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.578
Category
Security
Occurrences
578
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$MinTimeBeforeReservation'.336
Category
Security
Occurrences
336
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$MinTimeBeforeReservation'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$IsSubscription".76
Category
Maintainability
Occurrences
76
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$IsSubscription".

ERRORMaintainabilityShort PHP open tag foundShort PHP opening tag used with echo; expected "<?php echo $Required ..." but found "<?= $Required ..."46
Category
Maintainability
Occurrences
46
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $Required ..." but found "<?= $Required ..."

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.34
Category
Security
Occurrences
34
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityMissing VersionResource 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.21
Category
Maintainability
Occurrences
21
Severity
warning

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.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[&#039;_ga&#039;]19
Category
Security
Occurrences
19
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;_ga&#039;]

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;19
Category
Maintainability
Occurrences
19
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.16
Category
Security
Occurrences
16
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_COOKIE[&#039;_ga&#039;] not unslashed before sanitization. Use wp_unslash() or similar16
Category
Security
Occurrences
16
Severity
warning

Sample message

$_COOKIE[&#039;_ga&#039;] not unslashed before sanitization. Use wp_unslash() or similar

Show 15 more
WARNINGMaintainabilityDirect Query13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityNot In Footer11
Category
Maintainability
Occurrences
11
Severity
warning

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.

ERRORMaintainabilitywp function not compatible with requires wp7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.

WARNINGSecurityInput is not validated6
Category
Security
Occurrences
6
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;CloseTime&#039;]. Check that the array index exists before using it.

ERRORSecuritySQL query is not prepared5
Category
Security
Occurrences
5
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $alter_table_query

WARNINGMaintainabilityNon-prefixed class5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;AlternativeTime&quot;.

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityInput is not validated or sanitized4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a non-sanitized, non-validated input variable _SERVER: &quot;://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]&quot;

ERRORMaintainabilitybadly named files4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File and folder names must not contain spaces or special characters.

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

Missing $domain parameter in function call to _e().

ERRORI18nMissing Translators Comment3
Category
I18n
Occurrences
3
Severity
error

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.

ERRORSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
error

Sample message

Unescaped parameter $alter_table_query used in $wpdb->query()\n$alter_table_query assigned unsafely at line 101.

WARNINGMaintainabilityupdate modification detected2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugin

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

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.

External Connections

Potential connections found in static code analysis.

30 domains

Outbound calls

94

External assets

14

Incoming endpoints

17

Notable Domains

jqueryui.com15 · outbound
docs.jquery.com13 · outbound
jquery.org13 · outbound
wa.me5 · outbound
apache.org3 · outbound
facebook.com3 · outbound

Platform / Reference Domains

github.com5 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

youtube.com14 · asset + outbound
google.com4 · asset + outbound

Incoming Endpoints

/wp-json/redi-restaurant-api/v1/reservations/(?P<id>\d+)REST

register_rest_route

/wp-json/redi-restaurant-api/v1/placesREST

register_rest_route

/wp-json/redi-restaurant-api/v1/places/(?P<place_id>\d+)/custom-fieldsREST

register_rest_route

/wp-json/redi-restaurant-api/v1/places/(?P<place_id>\d+)/day-availabilityREST

register_rest_route

/wp-json/redi-restaurant-api/v1/places/(?P<place_id>\d+)/day/(?P<day>\d{4}-\d{2}-\d{2})/time-availabilityREST

register_rest_route

/wp-json/redi-restaurant-api/v1/places/(?P<place_id>\d+)/menuREST

register_rest_route

Admin AJAX endpoints4
wp_ajax_redi_restaurant-page_createauthenticated

wp_ajax

wp_ajax_redi_restaurant-submitauthenticated

wp_ajax

wp_ajax_redi_userfeedback_submitauthenticated

wp_ajax

wp_ajax_redi_waitlist-submitauthenticated

wp_ajax

Score History

First score snapshot

v26.2.0

28

Latest

Findings
1,252
Errors
1,013
Warnings
239
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

33 nodes