Friends::list_( $args,  $assoc_args )

Get a list of user’s friends.


Description Description

Top ↑

OPTIONS OPTIONS

: ID of the user. Accepts either a user_login or a numeric ID.
[–fields=] : Fields to display.
[–format=] : Render output in a particular format. — default: table options: – table – ids – csv – count – haml —
## EXAMPLES
$ wp bp friend list 65465 –format=ids $ wp bp friend list 2422 –format=count


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.