auto follow by username
-
Hi,
Is it possible to change the autofollow script using username instead user id?
eg:
function auto_follow_users( $user_id ){
if ( function_exists( ‘bp_follow_start_following’ ) {// Add your “USERNAMES” here
$users_to_follow = array( ‘username1’, ‘username2’, ‘username3’ );how I could do it?
Thanks
- The topic ‘auto follow by username’ is closed to new replies.