Elementor templates, Header footer builder, Elementor Post Grid, Woocommerce Grid builder, Slider, Forms, Gallery, Nav menu addons, Elementor widgets.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
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['wpr_compare'] not unslashed before sanitization. Use wp_unslash() or similar213
- Category
- Security
- Occurrences
- 213
- Severity
- warning
Sample message
$_COOKIE['wpr_compare'] 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: "_fs_text".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: "_fs_text".
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE['wpr_compare']179
- Category
- Security
- Occurrences
- 179
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wpr_compare']
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['form_content']. 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['form_content']. 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: "FS_API__ADDRESS".103
- Category
- Maintainability
- Occurrences
- 103
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".97
- Category
- Maintainability
- Occurrences
- 97
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Show 15 moreShow less
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: "elementor/page_templates/canvas/after_content".
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 15,541 | 13,011 | 2,530 | v1.7.1063 | 2.0.0 |