Fully integrates media manager into editing interface, avoid reloading thickbox pop-up, with enhanced features like multi-insert & mass-editing.
Prioritized issue groups from the latest Plugin Check scan
Security
69
7 issue groups
Maintainability
38
5 issue groups
I18n
11
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cstring'.
Sample message
Function "esc_attr()" requires WordPress 2.8.0, but your plugin minimum supported version is WordPress 2.6.0.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$customstring]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$customstring]
Sample message
$_POST[$customstring] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "caption_off".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "media_send_to_editor".
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
The parameter "str_replace( ABSPATH, '', dirname(__FILE__) ) . '/languages'" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Instead do not pass the parameter.
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 3.5 < 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.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v2.4.1
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 120 | 94 | 26 | v2.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.