Beaver Builder Page Builder – Drag and Drop Website Builder

The Professional's Choice for Drag & Drop WordPress Page Building. Fast, Reliable, and Trusted since 2014.

v2.10.2.2Beaver BuilderUpdated Added 100k+ installs94% rating
25
Score
4,463
Errors
1,819
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

6,282 findings

I18n

2,843

1 issue group

Maintainability

1,714

17 issue groups

Security

1,681

7 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'beaver-builder-lite-version' but got 'fl-builder'.2,843
Category
I18n
Occurrences
2,843
Severity
error

Sample message

Mismatched text domain. Expected 'beaver-builder-lite-version' but got 'fl-builder'.

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$button_node_id.fl-button-lightbox-content"'.1,008
Category
Security
Occurrences
1,008
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$button_node_id.fl-button-lightbox-content"'.

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adv_grad_bg_color".616
Category
Maintainability
Occurrences
616
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'fl_ajax_' . $action['action']".421
Category
Maintainability
Occurrences
421
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'fl_ajax_' . $action['action']".

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.317
Category
Security
Occurrences
317
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'.

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;264
Category
Maintainability
Occurrences
264
Severity
error

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.130
Category
Security
Occurrences
130
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "FLACFBlockModule".127
Category
Maintainability
Occurrences
127
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FLACFBlockModule".

WARNINGMaintainabilityNot In FooterIn footer ($in_footer) is not set explicitly wp_enqueue_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.85
Category
Maintainability
Occurrences
85
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_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.

WARNINGSecurityMissing Unslash$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar80
Category
Security
Occurrences
80
Severity
warning

Sample message

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

Show 15 more
WARNINGSecurityInput Not Sanitized74
Category
Security
Occurrences
74
Severity
warning

Sample message

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

WARNINGSecurityInput Not Validated44
Category
Security
Occurrences
44
Severity
warning

Sample message

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

WARNINGMaintainabilityNo Code Found35
Category
Maintainability
Occurrences
35
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNINGMaintainabilityNon Prefixed Constant Found33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "COOKIEBOT_DISABLE_ON_PAGE".

WARNINGMaintainabilityDirect Query29
Category
Maintainability
Occurrences
29
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityMissing28
Category
Security
Occurrences
28
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNo Caching27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Function Found27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fl_builder_filesystem".

WARNINGMaintainabilityslow db query meta value16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGMaintainabilityslow db query meta key12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityMissing Version6
Category
Maintainability
Occurrences
6
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.

WARNINGMaintainabilityslow db query meta query5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityerror log error log4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORMaintainabilityrand rand4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERRORMaintainabilityFound3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Do not use Localhost/127.0.0.1/*.local in your code. Found: https://localhost/

Score History

First score snapshot

v2.10.2.2

25

Latest

Findings
6,282
Errors
4,463
Warnings
1,819
Check
2.0.0

Related Plugins

Pods Beaver Themer Add-On

8k+ active installs

100
WebMan Amplifier

2k+ active installs

98
Coming Soon Maintenance Mode

6k+ active installs

95
WebMan Templates

1k+ active installs

95