Import free and pro Gutenberg and Elementor Templates for the Responsive WordPress theme.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
310
16 issue groups
Security
31
7 issue groups
I18n
25
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attachment_id".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cyb_sites_import_sites_query_args".
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
Mismatched text domain. Expected 'responsive-add-ons' but got 'elementor'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RASB_Legacy_Compatibility".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_responsive_addons".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_key() . '_friendly_name'".
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
$_POST['api_url'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The $text text string should have translatable content. Found: '%1$s'
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CCRS_URL".
Sample message
error_log() 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.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The use of function set_time_limit() is discouraged
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['slug']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
142
External assets
6
Incoming endpoints
60
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
38 more hidden
3 score snapshots
v3.5.3
38
Latest
v3.5.2
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 370 | 48 | 322 | v3.5.3 | 2.0.0 |
| 40 | 351 | 46 | 305 | v3.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.