Import Markdown lets you easily generates posts based on Markdown files.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
18
2 issue groups
Maintainability
8
4 issue groups
Security
7
1 issue group
Repo Compliance
1
1 issue group
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_attr__().10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
Sample message
Missing $domain parameter in function call to esc_attr__().
ERRORI18nText Domain MismatchMismatched text domain. Expected 'import-markdown' but got 'ultimate-markdown'.8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
Mismatched text domain. Expected 'import-markdown' but got 'ultimate-markdown'.
WARNINGSecurityUnescaped DBParameterUnescaped parameter $db_table used in $wpdb->get_results()\n$db_table used without escaping.7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
Unescaped parameter $db_table used in $wpdb->get_results()\n$db_table used without escaping.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_raise_memory_limit()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Function "wp_raise_memory_limit()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.
WARNINGMaintainabilitymismatched plugin namePlugin name "Import Markdown - Versatile Markdown Importer" is different from the name declared in plugin header "Import Markdown".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Import Markdown - Versatile Markdown Importer" is different from the name declared in plugin header "Import Markdown".
WARNINGMaintainabilitymissing composer json fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.8 < 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: 6.8 < 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
v1.15
88
Latest
- Findings
- 34
- Errors
- 25
- Warnings
- 9
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 88 | 34 | 25 | 9 | v1.15 | 2.0.0 |