Skip to content

Instantly share code, notes, and snippets.

@rohit-skywalker
Created April 17, 2017 11:35
Show Gist options
  • Save rohit-skywalker/3a882bfe37664b16503a8f13d66d84df to your computer and use it in GitHub Desktop.
Save rohit-skywalker/3a882bfe37664b16503a8f13d66d84df to your computer and use it in GitHub Desktop.
add_action('wp_head',function(){
if(bp_current_component() == 'members')
echo '<meta name="robots" content="noindex" />';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment