WP Travel Engine – Elementor Widgets provides 20+ Elementor widgets to create travel and tour booking websites using WP Travel Engine and Elementor.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
5,626
8 issue groups
Maintainability
2,209
13 issue groups
Security
201
4 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'wte-elementor-widgets' but got 'wptravelengine-elementor-widgets'.5,466
- Category
- I18n
- Occurrences
- 5,466
- Severity
- error
Sample message
Mismatched text domain. Expected 'wte-elementor-widgets' but got 'wptravelengine-elementor-widgets'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_args".1,899
- Category
- Maintainability
- Occurrences
- 1,899
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_args".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment_datas['aggregate']'.188
- Category
- Security
- Occurrences
- 188
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment_datas['aggregate']'.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;128
- Category
- Maintainability
- Occurrences
- 128
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORI18nMissing Translators CommentA 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.100
- Category
- I18n
- Occurrences
- 100
- 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 hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "chartData".78
- Category
- Maintainability
- Occurrences
- 78
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "chartData".
WARNINGI18nMismatched PlaceholdersMismatched placeholders is probably an error28
- Category
- I18n
- Occurrences
- 28
- Severity
- warning
Sample message
Mismatched placeholders is probably an error
WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta valueDetected usage of meta_value, possible slow query.26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGMaintainabilityMissing VersionResource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- warning
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Show 15 moreShow less
WARNINGMaintainabilityslow db query tax query16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGI18nNo Html Wrapped Strings15
- Category
- I18n
- Occurrences
- 15
- Severity
- warning
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>Oops! No preview/output available for this widget.</p>'
ERRORI18nNon Singular String Literal Text11
- Category
- I18n
- Occurrences
- 11
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $attributes->{'searchButtonLabel'}
WARNINGSecurityMissing nonce verification5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityNonce verification recommended5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilitydate date4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityRequest data is not unslashed3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
$_POST['apiURL'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityerror log error log2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORMaintainabilityparse url parse url2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
ERRORI18nNo Empty Strings2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
The $plural text string should have translatable content. Found: '%s'
ERRORI18nNon Singular String Literal Plural2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
The $plural parameter must be a single text string literal. Found: 'hours' === $duration_type ? '%d Hours' : '%d Days'
ERRORI18nNon Singular String Literal Single2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
The $single parameter must be a single text string literal. Found: 'hours' === $duration_type ? '%d Hour' : '%d Day'
WARNINGMaintainabilitytrademarked term2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Travel Engine - Elementor Widgets | Create Travel Booking Website Using WordPress and Elementor" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
WARNINGMaintainabilityDirect Query1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.5.3
24
Latest
- Findings
- 8,043
- Errors
- 5,907
- Warnings
- 2,136
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 8,043 | 5,907 | 2,136 | v1.5.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.