The theme can be changed and displayed to only logged in users.
Prioritized issue groups from the latest Plugin Check scan
Security
40
7 issue groups
Maintainability
12
6 issue groups
I18n
5
3 issue groups
Repo Compliance
3
3 issue groups
Sample message
Detected usage of a non-sanitized input variable: $_GET['theme']
Sample message
$_GET['theme'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['REMOTE_ADDR']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['capabilities']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Function "wp_get_theme()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Theme Test" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
The $domain parameter must be a single text string literal. Found: WPTT_TEXT_DOMAIN
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Theme_Test".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_theme_test".
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
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
Tested up to: 5.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
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "wptt", expected "wp-theme-test".
Not analyzed yet.
First score snapshot
v1.2.1
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 60 | 21 | 39 | v1.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.