friends_friendship_accepted, $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id, $friendship
friends_friendship_accepted, $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id, $friendship
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('friends_friendship_accepted, $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id, $friendship') is found 1 times:
- /bp-friends/bp-friends-functions.php line 182
* @param int $initiator_user_id ID of the friendship initiator. * @param int $friend_user_id ID of the user requested friendship with. * @param BP_Friends_Friendship $friendship The friendship object. */ do_action( 'friends_friendship_accepted', $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id, $friendship ); return true; } return false; }