Make up custom-tailored preview lists of the contents easily and place them in widget areas and post contents.
Prioritized issue groups from the latest Plugin Check scan
I18n
129
5 issue groups
Maintainability
75
13 issue groups
Security
64
7 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $date_format
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cache[$args[ 'widget_id' ]]'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "UPL_CLONE_ACTION_NAME".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_ultimate_post_list".
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Go to the page %s, move the widget "%s" into the desired area and select the list you want to see in the website.'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_length".
Sample message
Detected usage of a non-sanitized input variable: $_GET[$this->nonce_name]
Sample message
$_GET[$this->nonce_name] not unslashed before sanitization. Use wp_unslash() or similar
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
File has mixed line endings; this may cause incorrect results
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['list_id']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
Sample message
The $context parameter must be a single text string literal. Found: $context
Not analyzed yet.
First score snapshot
v5.2.9
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 270 | 186 | 84 | v5.2.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.