Display posts list from posts, pages or custom post types. Use Multiple designs and filters.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
31
3 issue groups
Maintainability
3
2 issue groups
Performance
1
1 issue group
Repo Compliance
1
1 issue group
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().20
- Category
- I18n
- Occurrences
- 20
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $attributes['nextName']10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $attributes['nextName']
WARNINGMaintainabilityslow db query tax queryDetected usage of tax_query, possible slow query.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGI18nDiscouraged text-domain loadingload_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
WARNINGPerformancePost Not In post not inUsing 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.1
- 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.
WARNINGMaintainabilitymismatched plugin namePlugin name "Advanced Posts Listing – Show Post List Easily" is different from the name declared in plugin header "Advanced Posts Listing".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Advanced Posts Listing – Show Post List Easily" is different from the name declared in plugin header "Advanced Posts Listing".
ERRORRepo Compliancereadme mismatched header requires phpMismatched Requires PHP: 7.4 != 7.0. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched Requires PHP: 7.4 != 7.0. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Score History
First score snapshot
v1.0.8
98
Latest
- Findings
- 36
- Errors
- 31
- Warnings
- 5
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 36 | 31 | 5 | v1.0.8 | 2.0.0 |