A Plugin to add awesome collection of Loaders and Spinners. Delightful and performance-focused Pure CSS animations.
Category Scores
Top Issues by Category
maintainability13
i18n11
security10
Issues Details
37 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$style'.
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.
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<input type="checkbox" name="%s" value="1" %s />'.
In footer ($in_footer) is not set explicitly wp_register_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.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The plugin name includes a restricted term. Your chosen plugin name - "WP Smart Preloader" - contains the restricted term "wp" which cannot be used at all in your plugin name.
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_smart_preloader".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_smart_preloader".
The $text parameter must be a single text string literal. Found: $select
Tested up to: 6.6 < 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.
One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress"
One or more tags were ignored. Please limit your plugin to 5 tags.
Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 2.8.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$style'. | 8 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 5 |
| WordPress.WP.I18n.UnorderedPlaceholdersText | ERROR | Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<input type="checkbox" name="%s" value="1" %s />'. | 5 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_register_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. | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP Smart Preloader" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2 |
| PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent | ERROR | Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_smart_preloader". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_smart_preloader". | 1 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $select | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.6 < 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 |
| readme_parser_warnings_ignored_tags | WARNING | One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress" | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 2.8.0. | 1 |
Latest Snapshot
Findings
37
Errors
27
Warnings
10
Score History
First score snapshot
First scan completed
v1.15.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v1.15.3
68
Latest
- Findings
- 37
- Errors
- 27
- Warnings
- 10
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 68 | 37 | 27 | 10 | v1.15.3 | 2.0.0 | 2026.06-mvp-static-v2 |