Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 31, 2023 21:09
Show Gist options
  • Save wpscholar/a42c8e29837b995342c9958c26dcfe0a to your computer and use it in GitHub Desktop.
Save wpscholar/a42c8e29837b995342c9958c26dcfe0a to your computer and use it in GitHub Desktop.
Disable RankMath Sitemap Caching
<?php
/**
* Plugin Name: Disable RankMath Sitemap Caching
*/
add_filter( 'rank_math/sitemap/enable_caching', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment