Skip to content

Instantly share code, notes, and snippets.

@mustafauysal
Last active September 27, 2023 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafauysal/43334048727833e0396b9f0c56feded3 to your computer and use it in GitHub Desktop.
Save mustafauysal/43334048727833e0396b9f0c56feded3 to your computer and use it in GitHub Desktop.
Purge all page cache when a post update happen.
<?php
add_action( 'powered_cache_advanced_cache_purge_post', function ( $post_id ) {
\PoweredCache\Utils\clean_page_cache_dir();
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment