BA Book Everything

The really fast and powerful Booking engine for theme/site developers to create any booking or rental sites (tours, cars, events, apartments, yachts)

v1.8.24bookingalgorithmsUpdated 2026-05-22Added Jan 11, 201810k+ installs84% rating
23
Score
1,184
Errors
1,086
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance98
Maintainability0

Top Issues by Category

security1,475
maintainability399
i18n349

Issues Details

2,270 issues found in latest scan

ERROR467
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$a['desc']'.

WARNING243
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR221
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $booking_obj_id

ERROR221
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'ba-book-everything' but got 'claue'.

WARNING191
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$ext_field_name] not unslashed before sanitization. Use wp_unslash() or similar

WARNING156
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[$ext_field_name]

WARNING135
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING122
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR94
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $delete_prepared used in $wpdb->query()\n$delete_prepared assigned unsafely at line 660.

ERROR92
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING79
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING74
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ajax_babe_booking_calculate_price".

ERROR36
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR13
missing_direct_file_access_protection

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

ERROR11
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field'.

WARNING10
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING10
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING7
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['post_type']. Check that the array index exists before using it.

WARNING6
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING6
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

ERROR6
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING6
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR5
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

Latest Snapshot

Findings

2,270

Errors

1,184

Warnings

1,086

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.8.24 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.8.24

23

Latest

Findings
2,270
Errors
1,184
Warnings
1,086
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins