Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ataylorme/4101272 to your computer and use it in GitHub Desktop.
Save ataylorme/4101272 to your computer and use it in GitHub Desktop.
Set virtual robots to no index on test domain
if( stristr(get_bloginfo('url'), 'testdomain.com') !== FALSE)
update_option('blog_public',0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment