Created
August 31, 2023 21:09
-
-
Save wpscholar/a42c8e29837b995342c9958c26dcfe0a to your computer and use it in GitHub Desktop.
Disable RankMath Sitemap Caching
This file contains hidden or 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 | |
/** | |
* 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