The best BuddyPress plugin for building online communities, user profile, social networks, and membership sites on WordPress with tons of features.
Prioritized issue groups from the latest Plugin Check scan
Security
2,674
12 issue groups
Maintainability
1,056
11 issue groups
I18n
198
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$selector { $property: $color !important; }"'.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$cookie_msg_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'youzify' but got 'bp-activity-shortcode'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['activity_id']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_msg_name]
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
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not connect to $url."'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $Youzify_media_table at "SELECT $field FROM $Youzify_media_table WHERE item_id = %d AND component = '%s'"
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $request
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "form".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $request used in $wpdb->get_results()\n$request assigned unsafely at line 56.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Content".
Not analyzed yet.
First score snapshot
v1.3.7
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,031 | 2,317 | 1,714 | v1.3.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.