Last active
October 9, 2018 05:28
-
-
Save jawinn/e1d95bbf1941f34efdd0 to your computer and use it in GitHub Desktop.
Disable Yoast's Automatic XML Sitemap Pinging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// DISABLE YOAST's AUTOMATIC PINGING OF XML SITEMAP | |
add_filter('wpseo_allow_xml_sitemap_ping', '__return_false'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment