Set advanced TinyMCE options for the classic block and classic editor.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
61
4 issue groups
I18n
44
2 issue groups
Repo Compliance
2
2 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'advanced-tinymce-configuration' but got 'adv-mce-config'.43
- Category
- I18n
- Occurrences
- 43
- Severity
- error
Sample message
Mismatched text domain. Expected 'advanced-tinymce-configuration' but got 'adv-mce-config'.
ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.34
- Category
- Security
- Occurrences
- 34
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'.21
- Category
- Security
- Occurrences
- 21
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_POST['advmceconf-new']3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['advmceconf-new']
WARNINGSecurityMissing Unslash$_POST['advmceconf-new'] not unslashed before sanitization. Use wp_unslash() or similar3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
$_POST['advmceconf-new'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.2 < 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.2 < 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: "languages"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: "languages"
WARNINGI18ntextdomain mismatchThe "Text Domain" header in the plugin file does not match the slug. Found "adv-mce-config", expected "advanced-tinymce-configuration".1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "adv-mce-config", expected "advanced-tinymce-configuration".
Score History
First score snapshot
v1.6
43
Latest
- Findings
- 107
- Errors
- 99
- Warnings
- 8
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 107 | 99 | 8 | v1.6 | 2.0.0 |