With just a few clicks, make your WordPress website mobile-friendly (iPhone, Android, and more). Recommended by Google, it will instantly enable a mob …
Prioritized issue groups from the latest Plugin Check scan
I18n
850
4 issue groups
Security
439
8 issue groups
Maintainability
417
12 issue groups
Supply Chain
10
1 issue group
Sample message
Mismatched text domain. Expected 'wptouch' but got "wptouch-pro".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activate_label'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_primed_setting".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$0.1f", but got "%d, %0.1f" in '%d queries in %0.1f ms'.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Detected usage of a non-sanitized input variable: $_GET['s']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Detected usage of meta_query, possible slow query.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Compressed files are not permitted.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $excluded_cats at "SELECT * FROM {$wpdb->prefix}term_taxonomy INNER JOIN {$wpdb->prefix}terms ON {$wpdb->prefix}term_taxonomy.term_id = {$wpdb->prefix}terms.term_id WHERE taxonomy = '{$taxonomy}' AND {$wpdb->prefix}term_taxonomy.term_id NOT IN ($excluded_cats) AND count >= 1 ORDER BY count DESC LIMIT 0, $num"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ADDON_MULTISITE_DEPLOYMENT_PAGENAME".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_foundation_explode_and_trim_taxonomy".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "category_description".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Use of a direct database call is discouraged.
Not analyzed yet.
First score snapshot
v4.3.62
17
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 17 | 1,791 | 1,466 | 325 | v4.3.62 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.