Content manage those little snippets of text that you need across your WordPress site and in widgets properly. Forget the text widget.
Prioritized issue groups from the latest Plugin Check scan
Security
136
9 issue groups
I18n
72
3 issue groups
Maintainability
30
12 issue groups
Performance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
The $domain parameter must be a single text string literal. Found: SPOTS_DOM
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'do_once_' . __CLASS__".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
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
$_GET['q'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The upgrade notice for "1.0.4" exceeds the limit of 300 characters.
Sample message
Detected usage of a non-sanitized input variable: $_GET['q']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "format_for_editor()" requires WordPress 4.3.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 1378.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
get_current_theme() has been deprecated since WordPress version 3.4.0. Use wp_get_theme() instead.
Sample message
get_themes() has been deprecated since WordPress version 3.4.0. Use wp_get_themes() instead.
Sample message
wp_richedit_pre() has been deprecated since WordPress version 4.3.0. Use format_for_editor() instead.
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
Setting `suppress_filters` to `true` is prohibited.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.3.10
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 244 | 195 | 49 | v1.3.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.