Generate block-based articles from a Markdown file, bulk import and export Markdown documents, create Markdown documents from an editor, and more.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to esc_html__(). | 186:17 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$version". | 24:5 | Plugin Repo |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'ultimate-markdown' but got 'daext-autolinks-manager'. | 76:121 | General |
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | 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. | 88:2 | Plugin Repo |
| ERROR | invalid_tested_upto_minor | Tested up to: 6.8.2 The version number should only include major versions 6.8. | — | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ultimate_markdown_register_post_meta". | 61:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$commonmark_converter". | 24:5 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$github_flavored_converter". | 25:5 | Plugin Repo |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $table_name used in $wpdb->get_row($wpdb->prepare(\n\t\t\t\t"SELECT * FROM $table_name WHERE $primary_key_name = %d",\n\t\t\t\t$primary_key_value\n\t\t\t))\n$table_name assigned unsafely at line 1392:\n $table_name = sanitize_key( $table_name )\nNote: sanitize_key() is not a safe escaping function.\n$table_name assigned unsafely at line 1387:\n $table_name = $wpdb->prefix . $this->shared->get( 'slug' ) . '_' . $table_name\n$primary_key_name assigned unsafely at line 1395:\n $primary_key_name = sanitize_key( $primary_key_name ) | 1399:20 | Security |
| WARNING | missing_composer_json_file | The "/vendor" directory using composer exists, but "composer.json" file is missing. | — | Plugin Repo |
| 15.11.2025, 04:51:57 | 15s | 96 | 8 | 9 |