WP Crowdfunding is a WordPress plugin for fundraising/backer sites. This WooCommerce based plugin lets you launch a site like Kickstarter easily.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,093
12 issue groups
Security
660
9 issue groups
I18n
44
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addon".
Sample message
$_GET['author'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['postid']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['author']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_nf_duration_start'.
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: "active_plugins".
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
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Unescaped parameter $order_status used in $wpdb->get_col()\n$order_status used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $order_status
Sample message
The $text parameter must be a single text string literal. Found: $location
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$post_id} at "SELECT order_meta.meta_value FROM `{$prefix}woocommerce_order_itemmeta` AS order_meta, `{$prefix}woocommerce_order_items` AS order_item WHERE order_meta.order_item_id IN (SELECT order_item.order_item_id FROM `{$prefix}woocommerce_order_items` as order_item WHERE order_item.order_id = {$post_id}) AND order_meta.order_item_id IN (SELECT meta.order_item_id FROM `{$prefix}woocommerce_order_itemmeta` AS meta WHERE meta.meta_key='_product_id' AND meta.meta_value={$product_id} ) AND order_meta.meta_key='_line_total' GROUP BY order_meta.meta_id"
Sample message
Detected usage of meta_key, possible slow query.
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Mismatched text domain. Expected 'wp-crowdfunding' but got 'backer'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "author_name_by_login".
Not analyzed yet.
First score snapshot
v2.1.17
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,828 | 199 | 1,629 | v2.1.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.