bbPress is forum software for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,015
12 issue groups
Security
1,229
9 issue groups
I18n
281
1 issue group
Performance
30
3 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_bbp_filter_locale".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'bbp_get_request_' . $action".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"</{$style}>"'.
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
Processing form data without nonce verification.
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
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$format_string} at "DELETE FROM {$wpdb->postmeta} WHERE post_id IN ( {$format_string} )"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AEF".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $field
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Use of a direct database call is discouraged.
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query used without escaping.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Not analyzed yet.
First score snapshot
v2.6.14
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 4,601 | 929 | 3,672 | v2.6.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.