Last active
January 14, 2021 13:19
-
-
Save rynaldos-zz/de3efad8bd8e69366e3a86dc27ef8929 to your computer and use it in GitHub Desktop.
[WooCommerce] Remove the "order again" button
This file contains hidden or 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' ); | |
//Did this help? Donate me some BTC: 1BEsm8VMkYhSFJ92cvUYwxCtsfsB2rBfiG |
Exactly what I was looking for, and it works perfectly. Thanks @rynaldos!
Perfect! Still works! Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks