friends_before_friendship_delete, $friendship_id, $initiator_userid, $friend_userid
friends_before_friendship_delete, $friendship_id, $initiator_userid, $friend_userid
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('friends_before_friendship_delete, $friendship_id, $initiator_userid, $friend_userid') is found 1 times:
- /bp-friends/bp-friends-functions.php line 116
* @param int $friendship_id ID of the friendship object, if any, between a pair of users. * @param int $initiator_userid ID of the friendship initiator. * @param int $friend_userid ID of the friend user. */ do_action( 'friends_before_friendship_delete', $friendship_id, $initiator_userid, $friend_userid ); /** * Fires before the friendship connection is removed. * * This hook is misleadingly named - the friendship is not yet deleted. * This is your last chance to do something while the friendship exists.