Created
May 19, 2025 03:59
-
-
Save Rajinsharwar/0111b880cc63a37ad16d9b82a1e914c0 to your computer and use it in GitHub Desktop.
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 | |
$url = 'https://example.com/page-1'; | |
if (class_exists('LaunchWP\Main')) { | |
$flush = new LaunchWP\Main(); | |
$flush->flush_launchwp_cache_for_url( $url ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment