Quick edit or create excerpts for both Posts and Pages, auto-generate and append excerpts or replace the content with excerpts.
Prioritized issue groups from the latest Plugin Check scan
Security
200
8 issue groups
Maintainability
101
7 issue groups
I18n
7
3 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option $sel value='$number'>$number</option>\n"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['wp-postpass_'.COOKIEHASH]. Check that the array index exists before using it.
Sample message
js_escape() has been deprecated since WordPress version 2.8.0. Use esc_js() instead.
Sample message
$_POST['allowedtags'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['allowedtags']
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
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 interpolated variable $mnt at "SELECT ID, post_title, post_excerpt FROM $wpdb->posts WHERE $what $mnt ORDER BY post_date ASC"
Sample message
Unescaped parameter $what used in $wpdb->get_results()\n$what assigned unsafely at line 192.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The parameter "'wp-content/plugins/excerpt-editor/languages'" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Instead do not pass the parameter.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'when displaying all excerpts. Use <strong>%s</strong> to insert the post title. Example: Read the rest of %s... Also include'.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 2.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Function "esc_html()" requires WordPress 2.8.0, but your plugin minimum supported version is WordPress 2.6.0.
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.4
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 312 | 170 | 142 | v1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.