Get control of the WordPress wysiwyg visual editor and add some functionality with more buttons and custom TinyMCE plugins.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'. | 819:90 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'. | 819:105 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_fopen | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 186:15 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $this | 58:60 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found db_plugins | 58:67 | Security |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'wp-super-edit' but got 'wp_super_edit'. | 24:73 | General |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_fclose | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 192:3 | 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: "wpse_debug". | 256:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "providers_registered". | 101:58 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $plugin_query used in $wpdb->get_results($wpdb->prepare( $plugin_query, 0 ))\n$plugin_query assigned unsafely at line 108:\n $plugin_query = "\n\t\t\t\t\tSELECT name, nicename, description, provider, status \n\t\t\t\t\tFROM $this->db_plugins ORDER BY name\n\t\t\t\t"\n$this->db_plugins assigned unsafely at line 51:\n $this->db_plugins = $wpdb->base_prefix . 'wp_super_edit_plugins'\n$this->db_buttons assigned unsafely at line 52:\n $this->db_buttons = $wpdb->base_prefix . 'wp_super_edit_buttons'\n$this->db_users assigned unsafely at line 53:\n $this->db_users = $wpdb->base_prefix . 'wp_super_edit_users'\n$this->core_path assigned unsafely at line 55:\n $this->core_path = WP_PLUGIN_DIR . '/wp-super-edit/' | 114:28 | Security |
| 14.11.2025, 17:22:14 | 14s | 52 | 32 | 181 |