Skip to content

Instantly share code, notes, and snippets.

@hi-hai
Last active July 6, 2018 18:24
Show Gist options
  • Save hi-hai/236b24d18e0808ed8219a73996396f52 to your computer and use it in GitHub Desktop.
Save hi-hai/236b24d18e0808ed8219a73996396f52 to your computer and use it in GitHub Desktop.
purge.php
<?php
// please put this into your wp's folder, same folder as index.php
if( empty($_GET['tags']) ) exit('err');
header('X-LiteSpeed-Purge: ' . $_GET['tags'] ) ;
header('X-LiteSpeed-Cache-Control: no-cache') ;
echo 'ok' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment