Reservation system specialized in activities: sports, leisure, courses, events, tourism, and more! Works great with WooCommerce.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,602
10 issue groups
Maintainability
754
10 issue groups
I18n
133
4 issue groups
Performance
3
1 issue group
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_selected'.371
- Category
- Security
- Occurrences
- 371
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_selected'.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $delete_managers_query305
- Category
- Security
- Occurrences
- 305
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $delete_managers_query
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.301
- Category
- Security
- Occurrences
- 301
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".288
- Category
- Maintainability
- Occurrences
- 288
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
WARNINGSecurityRequest data is not unslashed$_GET[$filter_name] not unslashed before sanitization. Use wp_unslash() or similar199
- Category
- Security
- Occurrences
- 199
- Severity
- warning
Sample message
$_GET[$filter_name] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.175
- Category
- Maintainability
- Occurrences
- 175
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().173
- Category
- Maintainability
- Occurrences
- 173
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $delete_query_prep used in $wpdb->query()\n$delete_query_prep assigned unsafely at line 1172.148
- Category
- Security
- Occurrences
- 148
- Severity
- error
Sample message
Unescaped parameter $delete_query_prep used in $wpdb->query()\n$delete_query_prep assigned unsafely at line 1172.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[$filter_name]135
- Category
- Security
- Occurrences
- 135
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET[$filter_name]
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.85
- Category
- Security
- Occurrences
- 85
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
ERRORI18nMissing Translators Comment63
- Category
- I18n
- Occurrences
- 63
- Severity
- error
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.
ERRORI18nMissing Arg Domain60
- Category
- I18n
- Occurrences
- 60
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecurityInput is not validated46
- Category
- Security
- Occurrences
- 46
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['activity_id']. Check that the array index exists before using it.
WARNINGMaintainabilityNon-prefixed hook name33
- Category
- Maintainability
- Occurrences
- 33
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_meta_boxes_booking-activities_page_bookacti_forms".
ERRORMaintainabilitywp function not compatible with requires wp27
- Category
- Maintainability
- Occurrences
- 27
- Severity
- error
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.1.0.
WARNINGMaintainabilitySchema Change17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilityrand rand17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
ERRORMaintainabilitystrip tags strip tags14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORMaintainabilitydate date8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecuritySetting is missing a sanitization callback7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
Sanitization missing for register_setting().
ERRORI18nText Domain Mismatch7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
Mismatched text domain. Expected 'booking-activities' but got 'woocommerce'.
ERRORSecurityUnsafe printing function5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORI18nNon Singular String Literal Text3
- Category
- I18n
- Occurrences
- 3
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $message[ 'value' ]
WARNINGPerformancePost Not In exclude3
- Category
- Performance
- Occurrences
- 3
- Severity
- warning
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WARNINGMaintainabilityDiscouraged PHP function2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.18.3
25
Latest
- Findings
- 2,505
- Errors
- 1,036
- Warnings
- 1,469
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,505 | 1,036 | 1,469 | v1.18.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.