Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 14, 2021 02:14
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 Roy-Oto/e2cc53e05f00a95069ffb09755d64df7 to your computer and use it in GitHub Desktop.
Save Roy-Oto/e2cc53e05f00a95069ffb09755d64df7 to your computer and use it in GitHub Desktop.
How to stop sending wp-sitemap.xml
add_filter( 'wp_sitemaps_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment