Get control of the WordPress wysiwyg visual editor and add some functionality with more buttons and custom TinyMCE plugins.
Prioritized issue groups from the latest Plugin Check scan
Security
145
11 issue groups
Maintainability
64
12 issue groups
I18n
6
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $db_table at \t\t\t\tSELECT $name_col FROM $db_table\n
Sample message
Unescaped parameter $this->db_buttons used in $wpdb->query()
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $button_query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Attempting a database schema change is discouraged.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['wp_super_edit_manage_role']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'wp-super-edit' but got 'wp_super_edit'.
Sample message
Unescaped parameter $button_query used in $wpdb->get_results()\n$button_query assigned unsafely at line 133.
Sample message
translate_with_context() has been deprecated since WordPress version 2.9.0. Use _x() instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>Install default settings and database tables for WP Super Edit.</strong>'
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Super Edit" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPSE_VERSION".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpse_debug".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "providers_registered".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$updated".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Not analyzed yet.
First score snapshot
v2.5.4
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 220 | 35 | 185 | v2.5.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.