WordPress and buddypress programming

hide avatar to non login users buddypress

Viewing 0 reply threads
  • Author
    Posts
    • #3576
      Michael Mc
      Keymaster
      @mkmcst

      this snip is ok needs more work

      function fresser_turn_off_avatars() {
           $bp = buddypress();
      	
           if ( ! is_user_logged_in() )
      	$bp->avatar->show_avatars = false;
      	
      }
      add_action('bp_core_set_avatar_globals', 'fresser_turn_off_avatars' );
Viewing 0 reply threads
  • You must be logged in to reply to this topic.