Get a tree view of all your pages directly in the admin menu. Search, add, edit, view, re-order – all is just one click away!
Prioritized issue groups from the latest Plugin Check scan
Security
67
6 issue groups
Maintainability
12
3 issue groups
I18n
6
5 issue groups
Performance
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['admin-menu-tree-page-view-open-posts'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['admin-menu-tree-page-view-open-posts']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['aboveOrNextPostID']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$editLink'.
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
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
The $text text string should have translatable content. Found: '%s'
Sample message
The $text parameter must be a single text string literal. Found: ucfirst( $one_page->post_status )
Sample message
Setting `suppress_filters` to `true` is prohibited.
Not analyzed yet.
First score snapshot
v2.8.10
43
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 86 | 17 | 69 | v2.8.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.