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.


Top ↑

Source Source

File: bp-friends/bp-friends-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.