A free, fast, and friendly way to accept donations and memberships (recurring payments) from your visitors.
Prioritized issue groups from the latest Plugin Check scan
Security
169
10 issue groups
Maintainability
97
13 issue groups
I18n
4
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_widget']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['align']. Check that the array index exists before using it.
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
Detected usage of a non-sanitized input variable: $_POST['align']
Sample message
$_POST['align'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Unescaped parameter $table used in $wpdb->get_row()\n$table assigned unsafely at line 264.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FCSS".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $admin_email
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 216.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_buy_me_a_coffee".
Sample message
Mismatched text domain. Expected 'buymeacoffee' but got 'bmc-menu'.
Sample message
Attempting a database schema change is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Potential connections found in static code analysis.
Outbound calls
86
External assets
2
Incoming endpoints
4
No public endpoints detected.
admin_post
admin_post
admin_post
admin_post
3 score snapshots
v4.4.9
31
Latest
v4.4.8
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 278 | 138 | 140 | v4.4.9 | 2.0.0 |
| 31 | 278 | 138 | 140 | v4.4.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.