Fine grained control of how many of your posts appear on each of the various WordPress archive pages.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
12
2 issue groups
Maintainability
3
1 issue group
Repo Compliance
2
2 issue groups
Security
1
1 issue group
ERRORI18nText Domain MismatchMismatched text domain. Expected 'advanced-posts-per-page' but got 'cdappp'.11
- Category
- I18n
- Occurrences
- 11
- Severity
- error
Sample message
Mismatched text domain. Expected 'advanced-posts-per-page' but got 'cdappp'.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'self'.1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'self'.
ERRORRepo Complianceoutdated tested upto headerTested up to: 3.5 < 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.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 3.5 < 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.
WARNINGRepo Complianceplugin header nonexistent domain pathThe "Domain Path" header in the plugin file must point to an existing folder. Found: "lang"1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "lang"
WARNINGI18ntextdomain mismatchThe "Text Domain" header in the plugin file does not match the slug. Found "cdappp", expected "advanced-posts-per-page".1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "cdappp", expected "advanced-posts-per-page".
Score History
First score snapshot
v1.0
91
Latest
- Findings
- 18
- Errors
- 16
- Warnings
- 2
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 91 | 18 | 16 | 2 | v1.0 | 2.0.0 |