Hide users profile from Google search

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide users profile from Google search

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255133
    volkandalyan
    Participant
    How can I hide users profile from Google search. https://prnt.sc/s7m0w2
    #255239
    Diana
    Participant
    You have two options Either add this code in wp-admin > Plugins > editor > select wplms customizer plugin > wplms-customizer.php  add this code add_action('wp_head',function(){ if(bp_current_component() == 'members') echo ''; }); Or hide the member profile from wp-admin > WPLMS > BuddyPress > Hide Single Member Profile Visibility
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide users profile from Google search’ is closed to new replies.