Jason Coleman on "[Plugin: BuddyPress for LearnDash] bp_learndash_group_activity_is_on() function assumes Groups are enabled"

ساخت وبلاگ

A customer got an error when creating a new user (via PMPro checkout). A fatal error was being thrown on line 585 of includes/bp-leadash-functions.php because the groups_get_groupmeta() function was not defined.

I updated that bit of code to check for the function first.

if(function_exists('groups_get_groupmeta')) $bp_sensei_course_activity = groups_get_groupmeta( $group_id, 'group_extension_course_setting_activities' ); else $bp_sensei_course_activity = false;

Not sure if this is the best fix, but it fixed the issue for them.

Thanks!

https://wordpress.org/plugins/buddypress-leadash/

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 122 تاريخ : شنبه 11 ارديبهشت 1395 ساعت: 22:43