Create full width pages, add left or right sidebars, add above or below content sidebars.
Prioritized issue groups from the latest Plugin Check scan
I18n
46
5 issue groups
Security
45
5 issue groups
Maintainability
26
7 issue groups
Repo Compliance
3
3 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $plugin_instance->textname
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$disabled'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$items".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "VGPL_ANY_PREMIUM_ADDON".
Sample message
$_POST['custom_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'custom-page-templates-by-vegacorp' but got 'text-domain'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['custom_nonce']
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Page Templates" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wcpt_fs".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wcpt_fs_loaded".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to _e().
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>Premium version: Added global settings, so you can add sidebars to all pages, or make all pages full width, etc.</p>'
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
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.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
190
External assets
2
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.1.17
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 120 | 92 | 28 | v1.1.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.