bbPress is forum software for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,969
15 issue groups
Security
1,099
6 issue groups
Performance
28
3 issue groups
I18n
1
1 issue group
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
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
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bbp_xmlrpc_error_post_id".
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BP_FORUMS_PARENT_FORUM_ID".
Sample message
Function "_wp_utf8_encode_fallback()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 6.0.0.
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.
Sample message
seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.
Potential connections found in static code analysis.
Outbound calls
187
External assets
8
Incoming endpoints
4
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.6.18
22
Latest
v2.6.17
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 4,101 | 490 | 3,611 | v2.6.18 | 2.1.0 |
| 22 | 4,099 | 490 | 3,609 | v2.6.17 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.