25% off ProSNIPC25OFF

Disable Core WordPress Sitemaps

Turns off the built-in WordPress XML sitemap feature when an SEO plugin already generates its own sitemap.

PHPby SnipCraft
php
<?php
add_filter( 'wp_sitemaps_enabled', '__return_false' );
#optimization#performance#seo#sitemap