Error: Call to undefined function bp_activity_add
-
Heya Social SuperMen & SuperWomen !
Awesome plugin, just a quick feedback I had with an edge case when the buddypress it not fully loaded: the bp_activity_add is not available and WordPress crashed.
Call to undefined function bp_activity_add() in /wp-content/plugins/super-socializer/inc/social_login.php:207
It’s with a custom WordPress, I might be the only one so for now adding a fallback works like a charm m(__)m. Ex:// register Buddypress activity
if($theChampIsBpActive && function_exists( 'bp_activity_add' ) )
Or is there a filter somethere where we can force to disable buddypress related features ? My quick fix won’t work with the future updates.
Kind Regards,Peter
- The topic ‘Error: Call to undefined function bp_activity_add’ is closed to new replies.