do_action( 'friends_friendship_post_delete', int $initiator_userid , int $friend_userid )
Fires after the friendship connection is removed.
Description Description
Parameters Parameters
- $initiator_userid
-
ID of the friendship initiator.
- $friend_userid
-
ID of the friend user.
Source Source
File: bp-friends/bp-friends-functions.php
Changelog Changelog
Version | Description |
---|---|
1.8.0 | Introduced. |