Advertisement
Guest User

Untitled

a guest
Sep 25th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. if ( function_exists( ‘bp_follow_add_follow_button’ ) ) :
  3. if ( bp_loggedin_user_id() && bp_loggedin_user_id() != bp_displayed_user_id() ) {
  4. bp_follow_add_follow_button( array(
  5. ‘leader_id’ => bp_displayed_user_id(),
  6. ‘follower_id’ => bp_loggedin_user_id()
  7. ) );
  8. }
  9. endif;
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement