Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created October 16, 2017 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/8bd92e5884159867ead385438cd53fe2 to your computer and use it in GitHub Desktop.
Save barrykooij/8bd92e5884159867ead385438cd53fe2 to your computer and use it in GitHub Desktop.
function dlm_download_headers_remove_robots( $headers ) {
unset( $headers['X-Robots-Tag'] );
return $headers;
}
add_filter( 'dlm_download_headers', 'dlm_download_headers_remove_robots', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment