Multiple Themes

Select different Themes for one or more WordPress Pages, Posts or other non-Admin pages. Or Site Home.

v7.1.1miabouUpdated Added 10k+ installs94% rating0% support resolved
41
Score
112
Errors
41
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability84

Top Issues by Category

Issues Details

153 issues found in latest scan

ERROR106
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$apache</li></ul>"'.

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$all_options&quot;.

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]

WARNING7
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER[&#039;REQUEST_URI&#039;]. Check that the array index exists before using it.

ERROR3
wp_function_not_compatible_with_requires_wp

Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.4.0.

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING2
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR1
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $site_id used in $wpdb->get_results()\n$site_id used without escaping.

WARNING1
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $site_id at &quot;SELECT blog_id FROM {$wpdb-&gt;blogs} WHERE site_id = $site_id&quot;

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_is_writeable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable().

WARNING1
WordPress.WP.DeprecatedParameters.Unregister_settingParam3Found

The parameter &quot;&#039;jr_mt_validate_settings&#039;&quot; at position #3 of unregister_setting() has been deprecated since WordPress version 4.7.0. Instead do not pass the parameter.

ERROR1
outdated_tested_upto_header

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.

Latest Snapshot

Findings

153

Errors

112

Warnings

41

Score History

First score snapshot

First scan completed

v7.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v7.1.1

41

Latest

Findings
153
Errors
112
Warnings
41
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins