Your clients can quickly view your real-time availability and self-book their own slots, and eliminate all back-and-forth emailing.
Prioritized issue groups from the latest Plugin Check scan
Security
731
11 issue groups
Maintainability
524
12 issue groups
I18n
8
2 issue groups
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
Use placeholders and $wpdb->prepare(); found $alter_query
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ajax_request_action_end'.
Sample message
Unescaped parameter $alter_query used in $wpdb->query()\n$alter_query assigned unsafely at line 1106.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"({$name}) missing required param: '{$paramName}'"'.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$descr_txt".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wpcal_tz']
Sample message
$_COOKIE['wpcal_tz'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Function "wp_timezone()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $escaped_table_name at "SHOW TABLES LIKE '$escaped_table_name'"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $location['form']['password_data']['label']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "test".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['tp']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
297
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v0.9.5.10
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,289 | 694 | 595 | v0.9.5.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.