Select different Themes for one or more WordPress Pages, Posts or other non-Admin pages. Or Site Home.
Prioritized issue groups from the latest Plugin Check scan
Security
129
7 issue groups
Maintainability
23
7 issue groups
Repo Compliance
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 '"$apache</li></ul>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_options".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
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
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.4.0.
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
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Unescaped parameter $site_id used in $wpdb->get_results()\n$site_id used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $site_id at "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id = $site_id"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable().
Sample message
The parameter "'jr_mt_validate_settings'" at position #3 of unregister_setting() has been deprecated since WordPress version 4.7.0. Instead do not pass the parameter.
Sample message
Tested up to: 6.7 < 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.
Not analyzed yet.
First score snapshot
v7.1.1
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 153 | 112 | 41 | v7.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.