Arile Extra

Arile Extra is a companion plugin for ArileWP WordPress theme by ThemeArile.

v8.4Theme ArileUpdated 2026-04-16Added Jul 13, 201910k+ installs100% rating
29
Score
538
Errors
566
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability26

Top Issues by Category

maintainability637
security300
i18n163
performance3
repo_compliance1

Issues Details

1,104 issues found in latest scan

WARNING536
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".

ERROR294
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$category_data'.

ERROR88
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: ''.$bdescription.''

ERROR43
wp_function_not_compatible_with_requires_wp

Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.3.0.

ERROR38
WordPress.WP.I18n.NoEmptyStrings

The $text text string should have translatable content. Found: ' '

ERROR37
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'arile-extra' but got 'arilewp'.

ERROR35
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ArileWP_Customize_Homepage_Blog_Option".

WARNING6
WordPress.WP.DiscouragedFunctions.query_posts_query_posts

query_posts() is discouraged. Use WP_Query instead.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "designexo_translate_single_string".

WARNING3
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in

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.

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_arile_extra".

WARNING1
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['pid']

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['pid']. Check that the array index exists before using it.

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['pid'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING1
WordPress.WP.DeprecatedFunctions.get_page_by_titleFound

get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.

ERROR1
outdated_tested_upto_header

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.

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

Related Plugins