The No.1 content separator, content manager, content excluder, sidebar widget manager plugin to enable CMS like functionality.
Prioritized issue groups from the latest Plugin Check scan
Security
309
12 issue groups
I18n
133
4 issue groups
Maintainability
48
8 issue groups
Performance
7
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div id='update-nag'>$msg</div>"'.
Sample message
Mismatched text domain. Expected 'advanced-category-excluder' but got "ace".
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 non-sanitized input variable: $_POST[$k]
Sample message
$_POST[$k] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $d at "SELECT DATE_FORMAT((DATE_ADD('${thisyear}0101', INTERVAL $d DAY) ), '%m')"
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $COMMENT_QUERY
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
File has mixed line endings; this may cause incorrect results
Sample message
Unescaped parameter $COMMENT_QUERY used in $wpdb->get_results()\n$COMMENT_QUERY assigned unsafely at line 256.
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
attribute_escape() has been deprecated since WordPress version 2.8.0. Use esc_attr() instead.
Sample message
register_sidebar_widget() has been deprecated since WordPress version 2.8.0. Use wp_register_sidebar_widget() instead.
Sample message
register_widget_control() has been deprecated since WordPress version 2.8.0. Use wp_register_widget_control() instead.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_real_escape_string.
Sample message
The $domain parameter must be a single text string literal. Found: ace
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_get_server_info.
Potential connections found in static code analysis.
Outbound calls
22
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.4.5
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 509 | 349 | 160 | v1.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.