Keep visitors on your site longer with intelligent, fast-loading, contextually related posts. Block, shortcode, custom post type and widget ready.
Category Scores
Top Issues by Category
maintainability166
performance2
Issues Details
169 issues found in latest scan
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'crp_get_option_' . $key".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "self::$prefix . '_fifu_meta_key'".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "crp_delete_data".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRP_CACHE_TIME".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_functions".
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
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.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CRP_Query".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Function "wp_sizes_attribute_includes_valid_auto()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.6.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'crp_get_option_' . $key". | 96 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "self::$prefix . '_fifu_meta_key'". | 34 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "crp_delete_data". | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRP_CACHE_TIME". | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_functions". | 8 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in | WARNING | Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information. | 2 |
| 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.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CRP_Query". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_sizes_attribute_includes_valid_auto()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.6.0. | 1 |
Latest Snapshot
Findings
169
Errors
2
Warnings
167
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.2.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.2.4
93
Latest
- Findings
- 169
- Errors
- 2
- Warnings
- 167
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 93 | 169 | 2 | 167 | v4.2.4 | 2.0.0 | 2026.06-mvp-static-v2 |