All-in-one Elementor addons plugin with 150+ widgets, templates, builder, performance optimization, security features & smart WordPress utilities.
Prioritized issue groups from the latest Plugin Check scan
Security
331
9 issue groups
Maintainability
117
13 issue groups
Performance
12
1 issue group
I18n
3
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$array2[$sort]'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_html".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acf/field_group/get_fields".
Sample message
$_GET['preview_theme'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
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.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "EcPluginsLoaded".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['copy_content']
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
The parameter "$defaultNull" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Sanitization missing for register_setting().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$ecCustomQueryId".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ec_Template_Builder_Content".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISALLOW_FILE_EDIT".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field'.
Potential connections found in static code analysis.
Outbound calls
289
External assets
3
Incoming endpoints
8
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
2 score snapshots
v4.0.1
34
Latest
v4.0
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 469 | 283 | 186 | v4.0.1 | 2.0.0 |
| 34 | 464 | 278 | 186 | v4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.