Top Issues by Category
maintainability637
security300
i18n163
performance3
repo_compliance1
Issues Details
1,104 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$category_data'.
The $text parameter must be a single text string literal. Found: ''.$bdescription.''
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.3.0.
The $text text string should have translatable content. Found: ' '
Mismatched text domain. Expected 'arile-extra' but got 'arilewp'.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ArileWP_Customize_Homepage_Blog_Option".
query_posts() is discouraged. Use WP_Query instead.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "designexo_translate_single_string".
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.
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_arile_extra".
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_POST['pid']
Detected usage of a possibly undefined superglobal array index: $_POST['pid']. Check that the array index exists before using it.
$_POST['pid'] not unslashed before sanitization. Use wp_unslash() or similar
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate". | 536 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$category_data'. | 294 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: ''.$bdescription.'' | 88 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.3.0. | 43 |
| WordPress.WP.I18n.NoEmptyStrings | ERROR | The $text text string should have translatable content. Found: ' ' | 38 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'arile-extra' but got 'arilewp'. | 37 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 35 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ArileWP_Customize_Homepage_Blog_Option". | 12 |
| WordPress.WP.DiscouragedFunctions.query_posts_query_posts | WARNING | query_posts() is discouraged. Use WP_Query instead. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "designexo_translate_single_string". | 3 |
| 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. | 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 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_arile_extra". | 1 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['pid'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['pid']. Check that the array index exists before using it. | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['pid'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| WordPress.WP.DeprecatedFunctions.get_page_by_titleFound | WARNING | get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead. | 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 |
Latest Snapshot
Findings
1,104
Errors
538
Warnings
566
Score History
First score snapshot
First scan completed Jun 20, 2026
v8.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v8.4
29
Latest
- Findings
- 1,104
- Errors
- 538
- Warnings
- 566
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 29 | 1,104 | 538 | 566 | v8.4 | 2.0.0 | 2026.06-mvp-static-v2 |