Friends::remove( $args )

Remove a friendship.


Description Description

Top ↑

OPTIONS OPTIONS

: ID of the friendship initiator. Accepts either a user_login or a numeric ID.
: ID of the friend user. Accepts either a user_login or a numeric ID.
## EXAMPLE
$ wp bp friend remove user1 another_user Success: Friendship successfully removed.


Source Source

File: cli/src/friends.php


			

Top ↑

User Contributed Notes User Contributed Notes

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