Prioritized issue groups from the latest Plugin Check scan
Security
1,467
9 issue groups
Maintainability
1,449
13 issue groups
I18n
262
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\r\n'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_topic_id".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bb_theme_reply_link_attribute_change".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Mismatched text domain. Expected 'bbp-style-pack' but got 'bbp-topic count'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$this->plugin_slug . '-wp_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET[$this->plugin_slug . '-wp_nonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['forum_id']. Check that the array index exists before using it.
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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BBP_Admin".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_key, 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
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
Use placeholders and $wpdb->prepare(); found interpolated variable $forum at AND $wpdb->postmeta.meta_value = '$forum' "
Sample message
A function call to esc_html__() 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
The $text parameter must be a single text string literal. Found: $bsp_style_settings_email[$type]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Potential connections found in static code analysis.
Outbound calls
184
External assets
11
Incoming endpoints
6
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v6.4.7
25
Latest
v6.4.6
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,210 | 1,419 | 1,791 | v6.4.7 | 2.0.0 |
| 25 | 3,210 | 1,419 | 1,791 | v6.4.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.