Enhances the Media Library; powerful gallery and list shortcodes, full taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit.
Prioritized issue groups from the latest Plugin Check scan
Security
2,552
9 issue groups
Maintainability
1,748
11 issue groups
I18n
329
4 issue groups
Performance
19
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ajax_query_attachments_args".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <div class=\"{$messages_class}\" id=\"message\"><p>\n"'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['query']
Sample message
$_POST['query'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AC_Addon_MLA_ListScreen".
Sample message
Mismatched text domain. Expected 'media-library-assistant' but got 'MLAParentCustomFieldMapping'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $clause
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
Unescaped parameter $current_user->ID used in $wpdb->get_results()\n$current_user->ID used without escaping.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['query']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
The $plural parameter must be a single text string literal. Found: $item_values['multiple_text']
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
298
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
2 score snapshots
v3.39
23
Latest
v3.38
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,890 | 1,131 | 3,759 | v3.39 | 2.0.0 |
| 23 | 5,087 | 1,144 | 3,943 | v3.38 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.