Elementor Website Builder – more than just a page builder

The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r …

v4.1.3ElementorUpdated 2026-06-10Added May 30, 201610m+ installs90% rating90% support resolved
34
Score
47
Errors
427
Warnings
+0
Change

Category Scores

Security24
Repo83
Performance86
Maintainability0

Top Issues by Category

maintainability354
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING792Invalid Prefix PassedWordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassedWARNING413Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING414slow db query meta queryWordPress.DB.SlowDBQuery.slow_db_query_meta_queryWARNING335Direct QueryWordPress.DB.DirectDatabaseQuery.DirectQueryWARNING316No CachingWordPress.DB.DirectDatabaseQuery.NoCachingWARNING267unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR198slow db query meta keyWordPress.DB.SlowDBQuery.slow_db_query_meta_keyWARNING169Dynamic Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFoundWARNING1210slow db query meta valueWordPress.DB.SlowDBQuery.slow_db_query_meta_valueWARNING911Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING812error log error logWordPress.PHP.DevelopmentFunctions.error_log_error_logWARNING813Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING714Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING515Not AllowedPluginCheck.CodeAnalysis.Heredoc.NotAllowedERROR316file system operations rmdirWordPress.WP.AlternativeFunctions.file_system_operations_rmdirERROR317query posts query postsWordPress.WP.DiscouragedFunctions.query_posts_query_postsWARNING318Missing VersionWordPress.WP.EnqueuedResourceParameters.MissingVersionWARNING319missing direct file access protectionmissing_direct_file_access_protectionERROR320Offloaded ContentPluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContentERROR221error log trigger errorWordPress.PHP.DevelopmentFunctions.error_log_trigger_errorWARNING2
security67
performance22

Issues Details

474 issues found in latest scan

WARNING79
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING58
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING41
WordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassed

The "elementor/admin" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.

WARNING41
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_footer-widgets.php".

WARNING33
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING31
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING26
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING22
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR19
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING16
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

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

WARNING9
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING8
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

WARNING7
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 317.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR3
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_rmdir

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().

WARNING3
WordPress.WP.DiscouragedFunctions.query_posts_query_posts

query_posts() is discouraged. Use WP_Query instead.

WARNING3
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

ERROR3
missing_direct_file_access_protection

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

ERROR2
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

WARNING2
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

Latest Snapshot

Findings

474

Errors

47

Warnings

427

Score History

First score snapshot

First scan completed Jun 19, 2026

v4.1.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v4.1.3

34

Latest

Findings
474
Errors
47
Warnings
427
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins