mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://wordpress.org/support/topic/how-to-disable-the-default-jetpack-news-sitemap/ https://developer.jetpack.com/hooks/jetpack_news_sitemap_generate/
1 line
65 B
Text
1 line
65 B
Text
add_filter( 'jetpack_news_sitemap_generate', '__return_false' );
|