Dynamic menus: Add a page to your menu and then let WordPress automatically add the child pages.
98
Score
2
Errors
2
Warnings
+0
Change
Category Scores
Security100
Repo94
Performance100
Maintainability96
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3
3 issue groups
Repo Compliance
1
1 issue group
WARNINGMaintainabilitymismatched plugin namePlugin name "Auto Submenu" is different from the name declared in plugin header "Auto Submenu - Free".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Auto Submenu" is different from the name declared in plugin header "Auto Submenu - Free".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Compliancereadme mismatched header requiresMismatched Requires at least: 3.0 != 5.4. "Requires at least" 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 at least: 3.0 != 5.4. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
WARNINGMaintainabilityupdate modification detectedPlugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Score History
First score snapshot
v1.0.6
98
Latest
- Findings
- 4
- Errors
- 2
- Warnings
- 2
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 4 | 2 | 2 | v1.0.6 | 2.0.0 |