Last active
October 9, 2018 05:28
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