A widgets alternative that lets you place content anywhere easily.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
68
14 issue groups
Security
49
9 issue groups
I18n
19
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'acf/fields/buckets/query/key=' . $field['key']".
Sample message
Mismatched text domain. Expected 'buckets' but got 'acf'.
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
Missing $domain parameter in function call to __().
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: "add_bucket_help_tab".
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$acf_version".
Sample message
Detected usage of tax_query, possible slow query.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['bucket_title']
Sample message
$_POST['bucket_title'] not unslashed before sanitization. Use wp_unslash() or similar
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "acf_field_buckets".
Sample message
Processing form data without nonce verification.
Sample message
Found usage of constant "TEMPLATEPATH". Use get_template_directory() instead.
Sample message
Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
Sample message
Unescaped parameter $sc used in $wpdb->get_results()\n$sc assigned unsafely at line 128.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $sc at "SELECT ID, post_title FROM $wpdb->posts WHERE post_type!='revision' AND post_content LIKE '%$sc%'"
Sample message
Detected usage of meta_query, possible slow query.
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
5
External assets
0
Incoming endpoints
4
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v0.3.9
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 144 | 68 | 76 | v0.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.