Disable Wordpress's native Gutenberg or TinyMCE editor in favor of a Markdown editor.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
129
10 issue groups
I18n
9
4 issue groups
Security
6
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "addon_markdown2html".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MMD_ADDONS_LOADED".
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button['class']'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
The $text parameter must be a single text string literal. Found: $addon_inst->desc
Sample message
Library files that are already in the WordPress core are not permitted.
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.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "mmd_acf_field_markdown".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mmd".
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'markup-markdown' but got 'markup-arkdown'.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Mismatched "Tested up to": 6.8 != 6.8.3. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
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.
Not analyzed yet.
First score snapshot
v3.25.1
74
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 74 | 146 | 18 | 128 | v3.25.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.