Powerful Booking Plugin with amazing dashboard to manage all of your appointments & bookings online.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,851
10 issue groups
Maintainability
850
14 issue groups
I18n
106
1 issue group
WARNINGSecurityRequest data is not unslashed$_COOKIE["BUP_SHOPPING_CART"] not unslashed before sanitization. Use wp_unslash() or similar402
- Category
- Security
- Occurrences
- 402
- Severity
- warning
Sample message
$_COOKIE["BUP_SHOPPING_CART"] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE["BUP_SHOPPING_CART"]399
- Category
- Security
- Occurrences
- 399
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE["BUP_SHOPPING_CART"]
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_COOKIE["BUP_SHOPPING_CART"]. Check that the array index exists before using it.357
- Category
- Security
- Occurrences
- 357
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE["BUP_SHOPPING_CART"]. Check that the array index exists before using it.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_feature".213
- Category
- Maintainability
- Occurrences
- 213
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_feature".
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.184
- Category
- Maintainability
- Occurrences
- 184
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.168
- Category
- Security
- Occurrences
- 168
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.155
- Category
- Maintainability
- Occurrences
- 155
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $prepared_sql153
- Category
- Security
- Occurrences
- 153
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $prepared_sql
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input name=\"$id\" type=\"checkbox\" id=\"$id\" value=\"$value\" "'.152
- Category
- Security
- Occurrences
- 152
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input name=\"$id\" type=\"checkbox\" id=\"$id\" value=\"$value\" "'.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().142
- Category
- Maintainability
- Occurrences
- 142
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Show 15 moreShow less
WARNINGSecurityNonce verification recommended121
- Category
- Security
- Occurrences
- 121
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORI18nText Domain Mismatch106
- Category
- I18n
- Occurrences
- 106
- Severity
- error
Sample message
Mismatched text domain. Expected 'booking-ultra-pro' but got "bookingup".
ERRORSecurityDatabase parameter is not escaped78
- Category
- Security
- Occurrences
- 78
- Severity
- error
Sample message
Unescaped parameter $prepared_sql used in $wpdb->get_results()\n$prepared_sql assigned unsafely at line 1012.
ERRORMaintainabilityMissing direct file access protection37
- Category
- Maintainability
- Occurrences
- 37
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed function30
- Category
- Maintainability
- Occurrences
- 30
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_recaptcha_aes_encrypt".
WARNINGMaintainabilityMissing Version30
- Category
- Maintainability
- Occurrences
- 30
- Severity
- warning
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
WARNINGMaintainabilityNot In Footer19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_register_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.
WARNINGSecuritywp redirect wp redirect12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
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.
WARNINGMaintainabilityNon-prefixed constant10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BOOKINGUP_PATH".
ERRORSecurityUnsafe printing function9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
ERRORMaintainabilitycurl curl setopt9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
WARNINGMaintainabilityslow db query meta key6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta value6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGMaintainabilityNon-prefixed hook name5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bup_admin_menu_hook".
ERRORMaintainabilityNo Explicit Version4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
External Connections
Potential connections found in static code analysis.
Outbound calls
150
External assets
2
Incoming endpoints
90
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints79
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
67 more hidden
Score History
First score snapshot
v1.1.23
21
Latest
- Findings
- 2,844
- Errors
- 761
- Warnings
- 2,083
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 2,844 | 761 | 2,083 | v1.1.23 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.