Create a custom client dashboard, manage user capabilities, white label and rebrand WordPress, provide instructions, create custom widgets and more.
Prioritized issue groups from the latest Plugin Check scan
Security
476
7 issue groups
I18n
205
4 issue groups
Maintainability
27
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Mismatched text domain. Expected 'ulimate-client-dash' but got 'ultiamte-client-dash'.
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 '"$ucd_admin_footer_text"'.
Sample message
Sanitization missing for register_setting().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Detected usage of a non-sanitized input variable: $_GET['tab']
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER["SERVER_PROTOCOL"]. Check that the array index exists before using it.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "ultimate-client-dash", expected "ulimate-client-dash".
Not analyzed yet.
First score snapshot
v4.7.1
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 709 | 697 | 12 | v4.7.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.