-
wee493 posted a new activity comment:
I’ve found a solution, if you have not fixed it already…
Go to the plugin editor, select the file named “buddypress-like/bp-like.php” then find
$users_friends = friends_get_friend_user_ids($user_id);
And replace with…
//$users_friends = friends_get_friend_user_ids($user_id);
global $wpdb;
$users_friends = $wpdb->get_col(“SELECT…[Read more]In reply to - Mark posted an update: @hempsworth Hey, just a quick one – bp like – Fatal error: Call to undefined function friends_get_friend_user_ids() in […] · View