This plugin allows you to manage columns under the users page in the WordPress admin area.
Prioritized issue groups from the latest Plugin Check scan
Security
33
7 issue groups
Maintainability
7
6 issue groups
Repo Compliance
2
2 issue groups
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$col_id'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
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 $q used in $wpdb->get_results()\n$q assigned unsafely at line 16.
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
Use placeholders and $wpdb->prepare(); found $q
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "muc_filter_custom_col_val".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['q']. Check that the array index exists before using it.
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
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Not analyzed yet.
First score snapshot
v1.0.7
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 42 | 15 | 27 | v1.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.