Appointment booking system for WordPress — schedule appointments, manage calendars, send reminders, take payments. Start booking today!
Prioritized issue groups from the latest Plugin Check scan
Security
1,091
12 issue groups
Maintainability
716
9 issue groups
I18n
159
4 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found $charset_collate
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ad_data['button_url']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accept_pc".
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
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 $customers_table used in $wpdb->get_results()\n$customers_table assigned unsafely at line 216.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $foreign_key->TABLE_NAME used in $wpdb->query()\n$foreign_key->CONSTRAINT_NAME used without escaping.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class_name'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_page_access_denied".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['files']['name'][0]. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$c, %2$s, %3$s, %4$c", but got "%c, %s, %s, %c" in 'Hi %client%! 👋 Your %service% appointment with %staff% at %company% is confirmed for Jun 24 at 2:00 PM.'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.7.0.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $foreign_key->CONSTRAINT_NAME at "ALTER TABLE `$foreign_key->TABLE_NAME` DROP FOREIGN KEY `$foreign_key->CONSTRAINT_NAME`"
Sample message
The $text parameter must be a single text string literal. Found: $currency['symbol']
Potential connections found in static code analysis.
Outbound calls
274
External assets
1
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v27.9
25
Latest
v27.8
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,995 | 1,095 | 900 | v27.9 | 2.0.0 |
| 25 | 1,976 | 1,088 | 888 | v27.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.