Upload and serve your WordPress media files from Google Cloud Storage.
Prioritized issue groups from the latest Plugin Check scan
I18n
571
5 issue groups
Security
426
10 issue groups
Maintainability
416
10 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->bootstrap->domain
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_gs_host".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found $args
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_data'.
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
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: "$_ud_stateless_media_error".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$class is not a valid migration"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 110.
Sample message
The $text parameter must be a single text string literal. Found: $admin_url
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: "$this->cron_interval_identifier".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<p><b>%s</b> can not be initialized. %s</p>'.
Sample message
$_GET['filter'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
The use of function ini_set() is discouraged
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MB_Tabs".
Sample message
Detected usage of a non-sanitized input variable: $_GET['filter']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_smnonce']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Not analyzed yet.
First score snapshot
v4.4.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,518 | 1,036 | 482 | v4.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.