WP Time Slots Booking Form is a booking calendar that allows users to reserve time slots on specific dates.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
762
13 issue groups
Security
753
11 issue groups
I18n
16
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Apphb_Signature_obj".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $calendar
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
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 possibly undefined superglobal array index: $_GET['sbmi']. Check that the array index exists before using it.
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CP_AUTH_INCLUDE".
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: $_GET["anonce"]
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_js2PhpTime".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
The $text parameter must be a single text string literal. Found: $contents
Sample message
Unescaped parameter $calquery used in $wpdb->get_results()\n$calquery assigned unsafely at line 2131.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$name} at "ALTER TABLE {$tab} CHANGE {$name} {$name} {$type} COLLATE `{$target_charset}`"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CP_TSLOTSBOOK_BaseClass".
Sample message
Unescaped parameter $cond used in $wpdb->get_results()\n$cond assigned unsafely at line 58.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Potential connections found in static code analysis.
Outbound calls
183
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v1.2.52
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,576 | 439 | 1,137 | v1.2.52 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.