Prioritized issue groups from the latest Plugin Check scan
Maintainability
647
8 issue groups
Security
309
6 issue groups
I18n
165
3 issue groups
Performance
3
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$category_data'.
Sample message
The $text parameter must be a single text string literal. Found: ''.$bdescription.''
Sample message
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
The $text text string should have translatable content. Found: ' '
Sample message
Mismatched text domain. Expected 'arile-extra' but got 'arilewp'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ArileWP_Customize_Homepage_Blog_Option".
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "designexo_translate_single_string".
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.
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: "activate_arile_extra".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['pid']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pid']. Check that the array index exists before using it.
Sample message
$_POST['pid'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
3 score snapshots
v8.6
30
Latest
v8.5
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 1,124 | 548 | 576 | v8.6 | 2.0.0 |
| 30 | 1,107 | 537 | 570 | v8.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.