Allows posts and pages to be archived so you can remove content from the main loop and feed without having to trash it.
Prioritized issue groups from the latest Plugin Check scan
I18n
101
7 issue groups
Security
78
8 issue groups
Maintainability
31
10 issue groups
Sample message
Mismatched text domain. Expected 'lh-archived-post-status' but got 'wp-statuses'.
Sample message
The $domain parameter must be a single text string literal. Found: self::return_plugin_namespace()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "archive_post_link".
Sample message
Detected usage of a non-sanitized input variable: $_GET['redirect_to']
Sample message
$_GET['redirect_to'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER["REQUEST_URI"]. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$lh_archived_post_status_instance".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "self::return_plugin_namespace().'_get_archive_post_link'".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LH_archived_post_status_plugin".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "archive_post_link".
Sample message
Processing form data without nonce verification.
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
In footer ($in_footer) is not set explicitly wp_register_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
Missing $domain parameter in function call to __().
Sample message
The $plural parameter must be a single text string literal. Found: self::return_new_status_count()
Sample message
The $singular parameter must be a single text string literal. Found: self::return_new_status_count()
Sample message
The $text parameter must be a single text string literal. Found: ucwords(self::return_new_status_label())
Not analyzed yet.
First score snapshot
v3.11
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 214 | 150 | 64 | v3.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.