Skip to content

Instantly share code, notes, and snippets.

@markonikolic985
Created October 24, 2017 15:35
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 markonikolic985/049b5ea4c164bac37b0d754adc4126e0 to your computer and use it in GitHub Desktop.
Save markonikolic985/049b5ea4c164bac37b0d754adc4126e0 to your computer and use it in GitHub Desktop.
function wp_rocket_clear_user_cache_purchase() {
$user = wp_get_current_user();
rocket_clean_user( $user->ID );
}
add_action( 'woocommerce_payment_complete', 'wp_rocket_clear_user_cache_purchase' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment