Booking calendar plugin is an awesome tool for creating appointment booking calendars and Scheduling systems in a few minutes.
Prioritized issue groups from the latest Plugin Check scan
Security
1,624
10 issue groups
Maintainability
526
12 issue groups
I18n
40
3 issue groups
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
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_GET['_wpdevart_bc_nonce']
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: "%d".
Sample message
Use placeholders and $wpdb->prepare(); found $limit
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The $text parameter must be a single text string literal. Found: $for
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 131.
Sample message
Function "get_edit_user_link()" requires WordPress 3.5.0, but your plugin minimum supported version is WordPress 3.4.0.
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
Detected usage of a possibly undefined superglobal array index: $_POST['wpdevart_serch']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function move_uploaded_file() is forbidden
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.
Not analyzed yet.
First score snapshot
v3.2.36
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,204 | 1,079 | 1,125 | v3.2.36 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.