Provides a blank page template for use with WordPress page builders.
Category Scores
Top Issues by Category
maintainability8
repo_compliance2
Issues Details
11 issues found in latest scan
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_body_open".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_body_open".
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 6.1 < 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.
Mismatched Stable Tag: 1.2.2 != 1.2.1. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Function "wp_body_open()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.7.0.
| Code | Type | Message | Count |
|---|---|---|---|
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 4 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_body_open". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_body_open". | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.1 < 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. | 1 |
| stable_tag_mismatch | ERROR | Mismatched Stable Tag: 1.2.2 != 1.2.1. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_body_open()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.7.0. | 1 |
Latest Snapshot
Findings
11
Errors
8
Warnings
3
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.2.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.2.1
96
Latest
- Findings
- 11
- Errors
- 8
- Warnings
- 3
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 96 | 11 | 8 | 3 | v1.2.1 | 2.0.0 | 2026.06-mvp-static-v2 |