Improve your images alt, title, captions and filenames for better SEO rankings.
Prioritized issue groups from the latest Plugin Check scan
Security
243
12 issue groups
I18n
201
2 issue groups
Maintainability
197
11 issue groups
Sample message
Mismatched text domain. Expected 'imageseo' but got 'action-scheduler'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
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
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Unescaped parameter $column used in $wpdb->get_var()\n$column assigned unsafely at line 401.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adminGenerateUrl".
Sample message
error_log() found. Debug code should not normally be used in production.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$action_id_string} at "UPDATE {$wpdb->actionscheduler_actions} SET claim_id = 0 WHERE action_id IN ({$action_id_string})"
Sample message
File and folder names must not contain spaces or special characters.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$function_name'.
Sample message
var_export() found. Debug code should not normally be used in production.
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.
Potential connections found in static code analysis.
Outbound calls
73
External assets
0
Incoming endpoints
13
No external asset domains detected.
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
8 score snapshots
v3.2.14
25
Latest
v3.2.12
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 678 | 350 | 328 | v3.2.14 | 2.0.0 |
| 25 | 678 | 350 | 328 | v3.2.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.