Booking Ultra Pro Appointments Booking Calendar Plugin

Powerful Booking Plugin with amazing dashboard to manage all of your appointments & bookings online.

v1.1.23DeetronixUpdated Added 400 installs78% rating
21
Score
761
Errors
2,083
Warnings
+0
Change

Category Scores

Security0
Repo75
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,844 findings

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 more
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: &quot;_recaptcha_aes_encrypt&quot;.

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 &quot;allowed_redirect_hosts&quot; 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: &quot;BOOKINGUP_PATH&quot;.

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: &quot;bup_admin_menu_hook&quot;.

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.

37 domains

Outbound calls

150

External assets

2

Incoming endpoints

90

Notable Domains

bookingultrapro.com18 · outbound
google.com11 · outbound
whatwg.org9 · outbound
fontawesome.io8 · outbound

Platform / Reference Domains

github.com15 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

gstatic.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_bup_clear_cartpublic

wp_ajax

wp_ajax_nopriv_bup_delete_cart_itempublic

wp_ajax

wp_ajax_nopriv_bup_display_cart_checkoutpublic

wp_ajax

wp_ajax_nopriv_bup_get_shopping_cartpublic

wp_ajax

wp_ajax_nopriv_bup_load_dw_of_staffpublic

wp_ajax

wp_ajax_nopriv_bup_update_purchase_totalpublic

wp_ajax

Admin AJAX endpoints79
wp_ajax_add_new_custom_profile_fieldauthenticated

wp_ajax

wp_ajax_appointment_get_selected_timeauthenticated

wp_ajax

wp_ajax_bup_add_category_confirmauthenticated

wp_ajax

wp_ajax_bup_admin_edit_appointmentauthenticated

wp_ajax

wp_ajax_bup_admin_new_appointmentauthenticated

wp_ajax

wp_ajax_bup_admin_new_appointment_confirmauthenticated

wp_ajax

wp_ajax_bup_admin_payment_confirmauthenticated

wp_ajax

wp_ajax_bup_ajax_upload_avatarauthenticated

wp_ajax

wp_ajax_bup_appointment_confirm_rescheduleauthenticated

wp_ajax

wp_ajax_bup_appointment_status_optionsauthenticated

wp_ajax

wp_ajax_bup_autocomple_clients_tesearchauthenticated

wp_ajax

wp_ajax_bup_break_add_confirmauthenticated

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

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related

Related Plugins

Shore Booking Widget

1k+ active installs

99
Zenchef widget integration

1k+ active installs

98
WPS Bookings for WooCommerce

4k+ active installs

88