bp_following_ids( mixed $args = '' )

Output a comma-separated list of user_ids for a given user’s following.

Description

Parameters

$args

(mixed) (Optional) Arguments can be passed as an associative array or as a URL argument string

Default value: ''

Source

File: bp-activity/bp-activity-template.php

function bp_following_ids( $args = '' ) {
	echo bp_get_following_ids( $args );
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.