Earn money and make your visitors happy! Offer them useful tools for their travel needs. Earn on commission for each booking.
Prioritized issue groups from the latest Plugin Check scan
Security
426
6 issue groups
I18n
229
5 issue groups
Maintainability
178
14 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2 class='tp-admin-section-header'>{$section['title']}</h2>\n"'.
Sample message
Mismatched text domain. Expected 'travelpayouts' but got 'redux-framework'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$options_global".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $property must be instance of $expected"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $_widget ..." but found "<?= $_widget ..."
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $domain parameter must be a single text string literal. Found: $domain
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
$_GET[$this->routeParam] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET[$this->routeParam]
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The $context parameter must be a single text string literal. Found: $context
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['externalUrl']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The $plural parameter must be a single text string literal. Found: $plural
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Potential connections found in static code analysis.
Outbound calls
288
External assets
4
Incoming endpoints
8
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.2.3
23
Latest
v1.2.2
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 875 | 761 | 114 | v1.2.3 | 2.0.0 |
| 23 | 879 | 769 | 110 | v1.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.