Skip to content

Instantly share code, notes, and snippets.

@hi-hai
Created January 5, 2021 14:52
Show Gist options
  • Save hi-hai/44f048acb2f0d360b49f8f771d408b41 to your computer and use it in GitHub Desktop.
Save hi-hai/44f048acb2f0d360b49f8f771d408b41 to your computer and use it in GitHub Desktop.
Divi LSCWP v3.0 fix
// LiteSpeed Cache
if ( defined( 'LSCWP_V' ) ) {
if ( '' !== $post_id ) {
do_action( 'litespeed_purge_post', $post_id );
} else if ( '' === $post_id ) {
do_action( 'litespeed_purge_all' );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment