BuddyPress for LearnDash integrates the LearnDash LMS plugin with BuddyPress, so you can add groups, activity, members, and forums to your courses.
Prioritized issue groups from the latest Plugin Check scan
Security
259
12 issue groups
Maintainability
149
10 issue groups
I18n
55
2 issue groups
Performance
2
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bp_learndash_course_activity'.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bp_learndash_activity_filter".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bp_core_template_plugin".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Plugin_Requirements_Check".
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$_POST[ 'post_type' ] . '_noncename']. Check that the array index exists before using it.
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
Unescaped parameter $group->name used in $wpdb->query()\n$group->name used without escaping.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "GType_Course_Tab".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "BuddyPress for LearnDash" - contains the restricted term "buddypress" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "buddypress" elsewhere in your plugin name, such as "... for buddypress".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$forum_id} at "UPDATE {$wpdb->posts} SET post_title = '{$group->name}' WHERE id = {$forum_id}"
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
Found usage of constant "STYLESHEETPATH". Use get_stylesheet_directory() instead.
Sample message
Found usage of constant "TEMPLATEPATH". Use get_template_directory() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s out of %s steps completed'.
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
File and folder names must not contain spaces or special characters.
Sample message
Sanitization missing for register_setting().
Not analyzed yet.
First score snapshot
v1.3.0
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 474 | 190 | 284 | v1.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.