41 free Divi 5 modules: Image Carousel, Logo Carousel, Accordion, Tabs, Modal Popup, Tooltip, and more. Built natively for the Divi 5 Builder.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
310
12 issue groups
Security
53
7 issue groups
I18n
12
5 issue groups
Performance
8
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_assets_url".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ba_all_fields".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_assets_url'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BaPostHelper".
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: "ba_save_admin_data".
Sample message
$_GET['duplicate_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Detected usage of a non-sanitized input variable: $_GET['duplicate_nonce']
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
Missing $domain parameter in function call to __().
Sample message
A function call to __() 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.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_CHMOD_DIR".
Sample message
The $text parameter must be a single text string literal. Found: ' "Number of Tweets to show" is more than your actual total Tweets\'s number. You have only ' . count($twitter_data) . ' Tweets'
Sample message
Mismatched text domain. Expected 'addons-for-divi' but got ''.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Divi Torque Lite" - contains the restricted term "divi" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "divi" elsewhere in your plugin name, such as "... for divi".
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
Unescaped parameter $sql_query used in $wpdb->query()\n$sql_query assigned unsafely at line 67.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post_id at "SELECT meta_key, meta_value FROM $wpdb->postmeta WHERE post_id=$post_id"
Sample message
Use placeholders and $wpdb->prepare(); found $sql_query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$id . '_filter_args'".
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.
Potential connections found in static code analysis.
Outbound calls
299
External assets
0
Incoming endpoints
1
No external asset domains detected.
register_rest_route
12 score snapshots
v4.11.1
27
Latest
v4.11.0
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 395 | 109 | 286 | v4.11.1 | 2.1.0 |
| 27 | 395 | 109 | 286 | v4.11.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.