Booking and Rental Manager for Bike | Car | Resort | Appointment | Dress | Equipment

Create rental and booking products with WooCommerce for cars, bikes, equipment, dresses, resorts, appointments, and more.

v2.7.2magepeopleteamUpdated Added 1k+ installs86% rating100% support resolved
25
Score
260
Errors
1,561
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,821 findings

Maintainability

1,425

14 issue groups

Security

343

8 issue groups

I18n

39

3 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_all_rates".1,262
Category
Maintainability
Occurrences
1,262
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_all_rates".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>jQuery(document).ready(function($){\n'.164
Category
Security
Occurrences
164
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>jQuery(document).ready(function($){\n'.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;_wpnonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar54
Category
Security
Occurrences
54
Severity
warning

Sample message

$_GET[&#039;_wpnonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[&#039;_wpnonce&#039;]46
Category
Security
Occurrences
46
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;_wpnonce&#039;]

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.38
Category
Security
Occurrences
38
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;repeatable_custom_input_field_&#039; . $type&quot;.34
Category
Maintainability
Occurrences
34
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;repeatable_custom_input_field_&#039; . $type&quot;.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_rbfw_item_caregory_column_content&quot;.33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_rbfw_item_caregory_column_content&quot;.

WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.19
Category
Security
Occurrences
19
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORI18nMissing Translators CommentA 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.18
Category
I18n
Occurrences
18
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.

Show 15 more
ERRORMaintainabilityMissing direct file access protection18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORI18nText Domain Mismatch17
Category
I18n
Occurrences
17
Severity
error

Sample message

Mismatched text domain. Expected 'booking-and-rental-manager-for-woocommerce' but got ''.

WARNINGMaintainabilityslow db query meta query14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGSecurityInput is not validated13
Category
Security
Occurrences
13
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;rbfw_dropoff_date_search&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityslow db query meta key9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilitywp function not compatible with requires wp6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

Function "block_footer_area()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.3.0.

WARNINGMaintainabilityNon-prefixed class5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FormFieldsGenerator&quot;.

WARNINGSecurityMissing nonce verification5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect Query4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecuritywp redirect wp redirect4
Category
Security
Occurrences
4
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.

ERRORI18nNon Singular String Literal Text4
Category
I18n
Occurrences
4
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: 'All ('.$total_event.')'

WARNINGMaintainabilityDiscouraged PHP function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The use of function set_time_limit() is discouraged

WARNINGMaintainabilityNo Caching3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityerror log error log3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

External Connections

Potential connections found in static code analysis.

22 domains

Outbound calls

107

External assets

3

Incoming endpoints

68

Notable Domains

mage-people.com31 · outbound
woocommerce.com10 · outbound
localise.biz7 · outbound
jqueryui.com4 · outbound

Platform / Reference Domains

w3.org14 · platform/reference
wordpress.org8 · platform/reference
github.com6 · platform/reference
gnu.org2 · platform/reference
developer.wordpress.org1 · platform/reference

External Asset Domains

cdn.jsdelivr.net2 · asset + outbound
maps.googleapis.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_particular_time_date_dependentpublic

wp_ajax

wp_ajax_nopriv_rbfw_bikecarmd_ajax_min_max_and_offdays_infopublic

wp_ajax

wp_ajax_nopriv_rbfw_bikecarmd_ajax_price_calculationpublic

wp_ajax

wp_ajax_nopriv_rbfw_bikecarsd_ajax_price_calculationpublic

wp_ajax

wp_ajax_nopriv_rbfw_bikecarsd_time_tablepublic

wp_ajax

wp_ajax_nopriv_rbfw_bikecarsd_type_listpublic

wp_ajax

Admin AJAX endpoints49
admin_post_rbfw_switch_rental_editorauthenticated

admin_post

wp_ajax_fetch_order_detailsauthenticated

wp_ajax

wp_ajax_mage_rating_ask_me_later_messageauthenticated

wp_ajax

wp_ajax_mage_rating_never_show_messageauthenticated

wp_ajax

wp_ajax_particular_time_date_dependentauthenticated

wp_ajax

wp_ajax_rbfw_activate_woocommerceauthenticated

wp_ajax

wp_ajax_rbfw_bikecarmd_ajax_min_max_and_offdays_infoauthenticated

wp_ajax

wp_ajax_rbfw_bikecarmd_ajax_price_calculationauthenticated

wp_ajax

wp_ajax_rbfw_bikecarsd_ajax_price_calculationauthenticated

wp_ajax

wp_ajax_rbfw_bikecarsd_time_tableauthenticated

wp_ajax

wp_ajax_rbfw_bikecarsd_type_listauthenticated

wp_ajax

wp_ajax_rbfw_cancel_all_ordersauthenticated

wp_ajax

37 more hidden

Score History

First score snapshot

v2.7.2

25

Latest

Findings
1,821
Errors
260
Warnings
1,561
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins