BP Classic, a BuddyPress (12.0.0 & up) backwards compatibility add-on
Prioritized issue groups from the latest Plugin Check scan
Security
735
7 issue groups
Maintainability
70
2 issue groups
I18n
64
5 issue groups
Repo Compliance
7
6 issue groups
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity_id'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['limit']
Sample message
$_GET['limit'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a possibly undefined superglobal array index: $_GET['limit']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'bp-classic' but got "buddypress".
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
Found usage of constant "HEADER_IMAGE_WIDTH". Use add_theme_support( 'custom-header' ) instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Theme activated! This theme contains <a href="%s">custom header image</a> support and <a href="%s">sidebar widgets</a>.'.
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
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
Found declaration of constant "HEADER_IMAGE_HEIGHT". Use add_theme_support( 'custom-header' ) instead.
Sample message
Found usage of constant "HEADER_IMAGE_HEIGHT". Use add_theme_support( 'custom-header' ) instead.
Sample message
Found declaration of constant "HEADER_IMAGE_WIDTH". Use add_theme_support( 'custom-header' ) instead.
Sample message
Found declaration of constant "HEADER_TEXTCOLOR". Use add_theme_support( 'custom-header' ) instead.
Sample message
Found usage of constant "HEADER_TEXTCOLOR". Use add_theme_support( 'custom-header' ) 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
Hidden files are not permitted.
Potential connections found in static code analysis.
Outbound calls
31
External assets
0
Incoming endpoints
7
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.4.1
33
Latest
v1.4.0
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 879 | 663 | 216 | v1.4.1 | 2.0.0 |
| 32 | 880 | 664 | 216 | v1.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.