Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save martinlyder/7634d0719b9ebc39e73e86d408e20971 to your computer and use it in GitHub Desktop.
Save martinlyder/7634d0719b9ebc39e73e86d408e20971 to your computer and use it in GitHub Desktop.
Turn off Yoast sitemap caching
add_filter('wpseo_enable_xml_sitemap_transient_caching', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment