Manage alt text site-wide easily with Fix Alt Text. You can also force users to use alt text when adding images in Gutenberg and Classic editors.
Prioritized issue groups from the latest Plugin Check scan
I18n
372
5 issue groups
Maintainability
294
10 issue groups
Security
187
10 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $slug
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$References_Table".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Processing form data without nonce verification.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1$s.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag $scope $id $class $aria_sort_attr $abbr_attr>$column_display_name</$tag>"'.
Sample message
Use placeholders and $wpdb->prepare(); found $column_name_placeholders
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Debug mode is on and writing to logs for all sites using plugin %s. Please turn off Debug Mode by removing the constant %s from your code. This is likely found in your wp-config.php file in the web root.'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
Found unescaped literal "%" character.
Sample message
Unescaped parameter $column_name_placeholders used in $wpdb->query()\n$column_name_placeholders assigned unsafely at line 237.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Detected usage of a non-sanitized input variable: $_GET['orderby']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
The $text parameter must be a single text string literal. Found: 'ERROR: Aborting scan. Scan portion not valid: ' . $this->scan_portion
Not analyzed yet.
First score snapshot
v1.9.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 890 | 544 | 346 | v1.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.