Convert WordPress to static HTML. Boost performance 3-5x. Eliminate security vulnerabilities. Deploy anywhere.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
499
13 issue groups
Security
137
10 issue groups
I18n
67
2 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ss_get_option_' . strtolower( $name )".
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
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DROP TABLE IF EXISTS $table_name"
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$batch_size".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
Unescaped parameter $delete_table used in $wpdb->get_var()\n$delete_table assigned unsafely at line 780.
Sample message
Use placeholders and $wpdb->prepare(); found $prepared
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$archive_dir'.
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $prepared used in $wpdb->query()\n$prepared assigned unsafely at line 504.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ss_cleanup_network_state_uninstall".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
error_log() 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 '$idle'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Transferred %d of %d files'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Potential connections found in static code analysis.
Outbound calls
90
External assets
1
Incoming endpoints
44
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
13 score snapshots
v3.8.9
25
Latest
v3.8.8
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 726 | 192 | 534 | v3.8.9 | 2.0.0 |
| 25 | 724 | 190 | 534 | v3.8.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.