Skip to content

Instantly share code, notes, and snippets.

@dherbold
Forked from rynaldos-zz/wc-no-order-again.php
Created August 9, 2017 21:22
Show Gist options
  • Save dherbold/9e195db6dcf14dae86f4ea6db314a151 to your computer and use it in GitHub Desktop.
Save dherbold/9e195db6dcf14dae86f4ea6db314a151 to your computer and use it in GitHub Desktop.
[WooCommerce] Remove the "order again" button
remove_action( 'woocommerce_order_details_after_order_table', 'woocommerce_order_again_button' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment