Easily manage, and schedule ads on your WordPress site with AdRotate. Support for Google AdSense, Amazon, and custom banners. Start monetizing today!
Prioritized issue groups from the latest Plugin Check scan
Security
1,568
11 issue groups
Maintainability
607
12 issue groups
I18n
6
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$option\""'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
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
$_GET['adrotate-nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "ALTER TABLE $table_name DROP $column;"
Sample message
Detected usage of a non-sanitized input variable: $_FILES['adrotate_image']['tmp_name']
Sample message
Unescaped parameter $active_ids used in $wpdb->get_var()\n$active_ids assigned unsafely at line 233.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['adrotate_image']['error']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $ad
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 155.
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 constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
A function call to _n() 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.
Potential connections found in static code analysis.
Outbound calls
83
External assets
2
Incoming endpoints
4
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v5.19.1
25
Latest
v5.19
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,203 | 1,357 | 846 | v5.19.1 | 2.0.0 |
| 25 | 2,203 | 1,357 | 846 | v5.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.