-
-
Save dherbold/9e195db6dcf14dae86f4ea6db314a151 to your computer and use it in GitHub Desktop.
[WooCommerce] Remove the "order again" button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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