Skip to content

Instantly share code, notes, and snippets.

@Rajinsharwar
Created May 19, 2025 03:59
Show Gist options
  • Save Rajinsharwar/0111b880cc63a37ad16d9b82a1e914c0 to your computer and use it in GitHub Desktop.
Save Rajinsharwar/0111b880cc63a37ad16d9b82a1e914c0 to your computer and use it in GitHub Desktop.
<?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