The advanced addons for Elementor
Category Scores
Top Issues by Category
i18n8,166
maintainability1,751
security352
Issues Details
10,354 issues found in latest scan
Mismatched text domain. Expected 'lastudio-element-kit' but got "lastudio-kit".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__content_html".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Processing form data without nonce verification.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cx_post_meta/after_save/' . $this->args['id']".
Detected usage of a non-sanitized input variable: $_GET[$filter_name]
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.
$_GET[$frm_name] not unslashed before sanitization. Use wp_unslash() or similar
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CX_Control_Button".
Processing form data without nonce verification.
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.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$author_name_tag'.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Detected usage of a possibly undefined superglobal array index: $_GET['tag_ID']. Check that the array index exists before using it.
Detected usage of meta_query, possible slow query.
Scripts must be registered/enqueued via wp_enqueue_script()
A function call to _x() 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.
Detected usage of tax_query, possible slow query.
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Stylesheets must be registered/enqueued via wp_enqueue_style()
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "elementor_location_exits".
Detected usage of meta_key, possible slow query.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'lastudio-element-kit' but got "lastudio-kit". | 8,152 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__content_html". | 1,324 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 163 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 154 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cx_post_meta/after_save/' . $this->args['id']". | 93 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET[$filter_name] | 75 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | 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. | 68 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET[$frm_name] not unslashed before sanitization. Use wp_unslash() or similar | 61 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor". | 54 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CX_Control_Button". | 31 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 31 |
| Internal.NoCodeFound | WARNING | 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. | 29 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$author_name_tag'. | 21 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 17 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['tag_ID']. Check that the array index exists before using it. | 10 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 9 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 8 |
| WordPress.WP.EnqueuedResources.NonEnqueuedScript | ERROR | Scripts must be registered/enqueued via wp_enqueue_script() | 6 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to _x() 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. | 6 |
| WordPress.DB.SlowDBQuery.slow_db_query_tax_query | WARNING | Detected usage of tax_query, possible slow query. | 5 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 5 |
| WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet | ERROR | Stylesheets must be registered/enqueued via wp_enqueue_style() | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "elementor_location_exits". | 4 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB". | 3 |
Latest Snapshot
Findings
10,354
Errors
8,390
Warnings
1,964
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.6.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.6.1
21
Latest
- Findings
- 10,354
- Errors
- 8,390
- Warnings
- 1,964
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 21 | 10,354 | 8,390 | 1,964 | v1.6.1 | 2.0.0 | 2026.06-mvp-static-v2 |