Showing events listing from .ics feeds or sync bookings from different sources to your website
Prioritized issue groups from the latest Plugin Check scan
Security
509
11 issue groups
Maintainability
153
12 issue groups
I18n
69
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $key: "'.
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
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_name".
Sample message
Detected usage of a non-sanitized input variable: $_POST[$post_key]
Sample message
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'Probably you updated your paid version of Booking Manager by free version or update process failed. You can request the new update of your paid version at %1sthis page%2s.'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$post_key]. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_wpbm_action".
Sample message
Processing form data without nonce verification.
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
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $booking_id used in $wpdb->query()\n$booking_id assigned unsafely at line 983.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$booking_id} at "UPDATE {$wpdb->prefix}bookingdates SET approved = %s WHERE booking_id IN ({$booking_id})"
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ZCRecurringDate".
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $my_sql
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "_ZAPCAL".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" but reading $name instead"'.
Potential connections found in static code analysis.
Outbound calls
193
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
2 score snapshots
v2.1.20
27
Latest
v2.1.19
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 755 | 526 | 229 | v2.1.20 | 2.0.0 |
| 26 | 789 | 526 | 263 | v2.1.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.