Accept donations and begin fundraising with GiveWP, the highest rated WordPress donation plugin for online giving.
Prioritized issue groups from the latest Plugin Check scan
Security
4,378
12 issue groups
Maintainability
1,787
12 issue groups
I18n
459
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-rf-row-count=\"{$fields_count}\""'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actionText".
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['give_nl'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['give_nl']
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$eagerLoadedModelClass must be an instance of "'.
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 possibly undefined superglobal array index: $_FILES[$this->field->getName()]. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $column FROM $this->table_name WHERE $column_where = %s LIMIT 1;"
Sample message
Short PHP opening tag used with echo; expected "<?php echo $accessibleLabel ..." but found "<?= $accessibleLabel ..."
Sample message
Use placeholders and $wpdb->prepare(); found $comment_args
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_give_20_bc_get_new_payment_meta".
Sample message
Unescaped parameter $auto_increment used in $wpdb->query()\n$auto_increment assigned unsafely at line 112.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$_post['hook']".
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
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
278
External assets
2
Incoming endpoints
20
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
8 more hidden
10 score snapshots
v4.16.6
20
Latest
v4.16.5.1
20
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 6,964 | 3,410 | 3,554 | v4.16.6 | 2.0.0 |
| 20 | 6,970 | 3,411 | 3,559 | v4.16.5.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.