Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created November 30, 2018 16:05
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 Tabrisrp/4be1ba7877a869ef02620f77a9bfe604 to your computer and use it in GitHub Desktop.
Save Tabrisrp/4be1ba7877a869ef02620f77a9bfe604 to your computer and use it in GitHub Desktop.
Clean domain on post publish
add_action( 'wp_rocket_loaded', function() {
add_action( 'clean_post_cache', function( $post_id ) {
rocket_clean_domain();
} );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment