Adds dropdown options for custom css classes and attributes for tags in WordPress TinyMCE Editor.
Prioritized issue groups from the latest Plugin Check scan
I18n
61
3 issue groups
Security
39
7 issue groups
Maintainability
37
15 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
The $domain parameter must be a single text string literal. Found: JustTinyMceStyles::TEXTDOMAIN
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<b>$key</b><br>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$conf".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The $text parameter must be a single text string literal. Found: '<strong>Settings storage update FAILED!</strong>. Check that directory is writable: ' . dirname(get_stylesheet_directory().'/'.$this->source_theme_file)
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "JustTinyMceStyles".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pa".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ml_message'.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Not analyzed yet.
First score snapshot
v1.2.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 140 | 112 | 28 | v1.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.