WP Travel Engine is the most popular tour and travel booking WordPress plugin. Used by over 20,000 travel agency websites.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
5,535
13 issue groups
Security
1,760
10 issue groups
I18n
267
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WP_TRAVEL_ENGINE_ADMIN_UI_POINTERS".
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>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wte_callback_for_' . $_REQUEST['_gateway'] . '_' . $_REQUEST['action']".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WTE".
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.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EDD_SL_Plugin_Updater".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$name]
Sample message
Processing form data without nonce verification.
Sample message
$_GET['discount'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$name]['tmp_name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class '$class_name' must extend AdminMenuPage"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $prepare
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The $text parameter must be a single text string literal. Found: $cost_excludes_title
Sample message
Detected usage of meta_key, possible slow query.
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$event_name".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
296
External assets
4
Incoming endpoints
0
No public endpoints detected.
5 score snapshots
v6.8.5
24
Latest
v6.8.4
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 7,734 | 2,030 | 5,704 | v6.8.5 | 2.0.0 |
| 24 | 7,733 | 2,029 | 5,704 | v6.8.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.