Compress and optimize images, enable lazy load, serve WebP & AVIF, and speed up your site with a global image CDN.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
395
14 issue groups
Security
257
10 issue groups
I18n
113
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wp_smush_localize_ui_script_data_' . str_replace( '-', '_', $page_slug )".
Sample message
Mismatched text domain. Expected 'wp-smushit' but got 'plugin-cross-sell-textdomain'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at \t\t\t\tSET `$column` = '$option_key',\n
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $posts_query
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['instance_id']
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SHARED_UI_VERSION".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$old_hook".
Sample message
Unescaped parameter $column used in $wpdb->query()\n$column assigned unsafely at line 154.
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 163.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$file['error']'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Testable_Mixpanel".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Potential connections found in static code analysis.
Outbound calls
244
External assets
49
Incoming endpoints
7
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v4.2.0
25
Latest
v4.1.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 812 | 244 | 568 | v4.2.0 | 2.0.0 |
| 25 | 818 | 252 | 566 | v4.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.