Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
431
8 issue groups
Security
180
2 issue groups
I18n
66
3 issue groups
Performance
1
1 issue group
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".341
- Category
- Maintainability
- Occurrences
- 341
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$link'.179
- Category
- Security
- Occurrences
- 179
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$link'.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;71
- Category
- Maintainability
- Occurrences
- 71
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORI18nText Domain MismatchMismatched text domain. Expected 'arile-super' but got 'aasta'.35
- Category
- I18n
- Occurrences
- 35
- Severity
- error
Sample message
Mismatched text domain. Expected 'arile-super' but got 'aasta'.
ERRORI18nNo Empty StringsThe $text text string should have translatable content. Found: ''23
- Category
- I18n
- Occurrences
- 23
- Severity
- error
Sample message
The $text text string should have translatable content. Found: ''
ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_get_theme()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.3.0.10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
Function "wp_get_theme()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.3.0.
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: ''.$blog_area_des.''8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: ''.$blog_area_des.''
WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_arile_super".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_arile_super".
WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "arile_super_plugin_dir".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "arile_super_plugin_dir".
WARNINGMaintainabilityquery posts query postsquery_posts() is discouraged. Use WP_Query instead.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
query_posts() is discouraged. Use WP_Query instead.
Show 5 moreShow less
WARNINGMaintainabilityNon Prefixed Class Found1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Arile_Super_Activator".
ERRORSecurityUnsafe Printing Function1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityget page by title Found1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
WARNINGPerformancePost Not In post not in1
- Category
- Performance
- Occurrences
- 1
- Severity
- warning
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.
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Score History
First score snapshot
v2.0
32
Latest
- Findings
- 679
- Errors
- 328
- Warnings
- 351
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 679 | 328 | 351 | v2.0 | 2.0.0 |