This plug-in is an integrated plug-in with a variety of features that make it powerful your web site.
Prioritized issue groups from the latest Plugin Check scan
Security
891
7 issue groups
Maintainability
554
13 issue groups
I18n
63
4 issue groups
Performance
3
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$alt'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "admin_scripts_3pr_media".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_enable_ids".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "begin_fetch_post_thumbnail_html".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ExUnit_Custom_Html".
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
The $domain parameter must be a single text string literal. Found: $vk_call_to_action_textdomain
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
The $text parameter must be a single text string literal. Found: $label
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "VEU_DIRECTORY_PATH".
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 meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['veu_display_promotion_alert']. Check that the array index exists before using it.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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.
Potential connections found in static code analysis.
Outbound calls
91
External assets
3
Incoming endpoints
5
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
5 score snapshots
v9.120.0
23
Latest
v9.118.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,529 | 1,019 | 510 | v9.120.0 | 2.0.0 |
| 23 | 1,544 | 1,026 | 518 | v9.118.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.