bp_follower_ids( mixed $args = '' )
Output a comma-separated list of user_ids for a given user’s followers.
Description
Parameters
- $args
-
(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_follower_ids( $args = '' ) { echo bp_get_follower_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.