Royal Addons for Elementor – Addons and Templates Kit for Elementor

Elementor templates, Header footer builder, Elementor Post Grid, Woocommerce Grid builder, Slider, Forms, Gallery, Nav menu addons, Elementor widgets.

v1.7.1063WP RoyalUpdated Added 600k+ installs96% rating87% support resolved
21
Score
13,011
Errors
2,530
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance82
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

15,541 findings

I18n

11,882

4 issue groups

Security

1,793

7 issue groups

Maintainability

1,719

12 issue groups

Performance

33

2 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'royal-elementor-addons' but got "wpr-addons".11,672
Category
I18n
Occurrences
11,672
Severity
error

Sample message

Mismatched text domain. Expected 'royal-elementor-addons' but got "wpr-addons".

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".1,133
Category
Maintainability
Occurrences
1,133
Severity
warning

Sample message

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

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.964
Category
Security
Occurrences
964
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

WARNINGSecurityMissing Unslash$_COOKIE[&#039;wpr_compare&#039;] not unslashed before sanitization. Use wp_unslash() or similar213
Category
Security
Occurrences
213
Severity
warning

Sample message

$_COOKIE[&#039;wpr_compare&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.181
Category
Maintainability
Occurrences
181
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[&#039;wpr_compare&#039;]179
Category
Security
Occurrences
179
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;wpr_compare&#039;]

WARNINGSecurityMissingProcessing form data without nonce verification.155
Category
Security
Occurrences
155
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_POST[&#039;form_content&#039;]. Check that the array index exists before using it.140
Category
Security
Occurrences
140
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;form_content&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.103
Category
Maintainability
Occurrences
103
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.97
Category
Maintainability
Occurrences
97
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

Show 15 more
ERRORI18nMissing Translators Comment95
Category
I18n
Occurrences
95
Severity
error

Sample message

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.

WARNINGMaintainabilityNon Prefixed Hookname Found82
Category
Maintainability
Occurrences
82
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;elementor/page_templates/canvas/after_content&quot;.

WARNINGSecurityRecommended81
Category
Security
Occurrences
81
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityregister setting Missing61
Category
Security
Occurrences
61
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORI18nMissing Arg Domain60
Category
I18n
Occurrences
60
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nNon Singular String Literal Text55
Category
I18n
Occurrences
55
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $content['repeater_date_label']

WARNINGMaintainabilityslow db query tax query29
Category
Maintainability
Occurrences
29
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGPerformancePost Not In exclude20
Category
Performance
Occurrences
20
Severity
warning

Sample message

Using exclusionary parameters, like exclude, 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.

WARNINGMaintainabilityslow db query meta key18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

ERRORMaintainabilitydate date18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilitywp function not compatible with requires wp17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.

WARNINGMaintainabilityNot In Footer15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_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.

WARNINGMaintainabilityMissing Version14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNINGPerformancePost Not In post not in13
Category
Performance
Occurrences
13
Severity
warning

Sample message

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.

ERRORMaintainabilitymissing direct file access protection12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

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

Score History

First score snapshot

v1.7.1063

21

Latest

Findings
15,541
Errors
13,011
Warnings
2,530
Check
2.0.0

Related Plugins