When using a Page Builder, things like page title, boxed layout usually limit your creativity. This plugin helps you go fullwidth on any* theme.
Category Scores
Top Issues by Category
maintainability28
repo_compliance3
security2
Issues Details
35 issues found in latest scan
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_ANALYTICS_URI".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_Analytics".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "init_fullwidth_template".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$key . '_tracking_enabled'".
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Function "get_user_count()" requires WordPress 4.8.0, but your plugin minimum supported version is WordPress 4.2.0.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bsf_core_stats".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file'.
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Mismatched text domain. Expected 'fullwidth-templates' but got 'astra'.
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Plugin name "Fullwidth Templates for Any Theme & Page Builder" is different from the name declared in plugin header "Fullwidth Page Templates".
Tested up to: 6.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.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_ANALYTICS_URI". | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_Analytics". | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "init_fullwidth_template". | 4 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$key . '_tracking_enabled'". | 3 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching. | 3 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_user_count()" requires WordPress 4.8.0, but your plugin minimum supported version is WordPress 4.2.0. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bsf_core_stats". | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file'. | 1 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 1 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'fullwidth-templates' but got 'astra'. | 1 |
| WordPress.WP.I18n.TooManyFunctionArgs | ERROR | Too many parameters passed to function "__()". Expected: 2 parameters, received: 3 | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Fullwidth Templates for Any Theme & Page Builder" is different from the name declared in plugin header "Fullwidth Page Templates". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.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. | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
35
Errors
12
Warnings
23
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.2.0
81
Latest
- Findings
- 35
- Errors
- 12
- Warnings
- 23
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 81 | 35 | 12 | 23 | v1.2.0 | 2.0.0 | 2026.06-mvp-static-v2 |