Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Last active January 14, 2021 13:19
Show Gist options
  • Save rynaldos-zz/de3efad8bd8e69366e3a86dc27ef8929 to your computer and use it in GitHub Desktop.
Save rynaldos-zz/de3efad8bd8e69366e3a86dc27ef8929 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' );
//Did this help? Donate me some BTC: 1BEsm8VMkYhSFJ92cvUYwxCtsfsB2rBfiG
@millymelly
Copy link

Please I'm new to woocommerce, where can I find this file in the admin and where do I put it? I'm selling digital files, so I want to remove this button. Thanks!

@DarkAllMan
Copy link

functions.php of your theme!

@WebMatPro
Copy link

thanks

@davewarfel
Copy link

Exactly what I was looking for, and it works perfectly. Thanks @rynaldos!

@DigitalSy
Copy link

Perfect! Still works! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment