The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
355
21 issue groups
Security
67
3 issue groups
Performance
22
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_breakpoints".
Sample message
Processing form data without nonce verification.
Sample message
The "elementor/admin" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_footer-widgets.php".
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BFITHUMB_UPLOAD_DIR".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 317.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BFI_Class_Factory".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bfi_image_downsize".
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
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.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
trigger_error() found. Debug code should not normally be used in production.
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.
Not analyzed yet.
2 score snapshots
v4.1.4
35
Latest
v4.1.3
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 474 | 46 | 428 | v4.1.4 | 2.0.0 |
| 34 | 474 | 47 | 427 | v4.1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.