Skip to content

Instantly share code, notes, and snippets.

@aristath
Created July 13, 2018 13:14
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 aristath/561f1aef46af4902b3318b1627903419 to your computer and use it in GitHub Desktop.
Save aristath/561f1aef46af4902b3318b1627903419 to your computer and use it in GitHub Desktop.
$wpe_common = WpeCommon::instance();
foreach ( array( 'trashed_post', 'delete_post', 'edit_post', 'publish_page', 'publish_post', 'save_post' ) as $hook ) {
remove_action( $hook, array( $wpe_common, 'purge_varnish_cache' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment