Connect your WordPress site to Patreon and increase your members and pledges!
Prioritized issue groups from the latest Plugin Check scan
Security
431
10 issue groups
Maintainability
150
12 issue groups
I18n
18
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$advanced_post_options_toggle_status'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ptrn/admin_bypass_filter_message".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['patreon-level']
Sample message
$_POST['patreon-level'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Sanitization missing for register_setting().
Sample message
The upgrade notice for "1.4.1" exceeds the limit of 300 characters.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['delete_posts_option_value']. Check that the array index exists before using it.
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 $images
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
Mismatched text domain. Expected 'patreon-connect' but got '1'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHCEOBJECT".
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $images[$key]['name'] used in $wpdb->get_results()\n$images[$key]['name'] used without escaping.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$load_api_version".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
The $text parameter must be a single text string literal. Found: $label
Sample message
Function "wp_add_privacy_policy_content()" requires WordPress 4.9.6, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Not analyzed yet.
First score snapshot
v1.9.17
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 615 | 276 | 339 | v1.9.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.