Take control of your WordPress admin list tables. Add, remove, and reorder columns for posts, users, media, and more - no coding needed.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,107
13 issue groups
Security
340
8 issue groups
I18n
149
4 issue groups
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "AC".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attribute_markup'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo "\t" ..." but found "<?= "\t" ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.
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
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ac/capabilities/init".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $queries
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attribute_markup".
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: "AC".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s at %s'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $queries used in $wpdb->get_col()\n$queries assigned unsafely at line 53.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$query_arg]
Sample message
$_GET[$query_arg] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'codepress-admin-columns' but got 'codepress-admin-'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The "ac/admin" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
The use of function set_time_limit() is discouraged
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AC_FILE".
Not analyzed yet.
First score snapshot
v7.0.19
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,608 | 613 | 995 | v7.0.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.