Skip to content

Instantly share code, notes, and snippets.

@wplit
Created March 25, 2020 22:49
Show Gist options
  • Select an option

  • Save wplit/f19a540e884128e2ef9e518ce7143428 to your computer and use it in GitHub Desktop.

Select an option

Save wplit/f19a540e884128e2ef9e518ce7143428 to your computer and use it in GitHub Desktop.
add to <head>
add_action('wp_head', 'your_function_name');
function your_function_name() {
echo '<meta name="robots" content="noindex">';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment