Skip to content

Instantly share code, notes, and snippets.

@jbma
Created December 8, 2015 15:22
Show Gist options
  • Save jbma/f9526d599740012185be to your computer and use it in GitHub Desktop.
Save jbma/f9526d599740012185be to your computer and use it in GitHub Desktop.
<?php
function clear_rocket_woocommerce_thankyou( $order_id ) {
// clear Rocket cache
rocket_clean_domain();
};
add_action( 'woocommerce_thankyou', 'clear_rocket_woocommerce_thankyou', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment