Archived topic
Remove Order Again Button from Woocommerce
3 replies · Started by GeneratePressUser on October 2, 2021
Hello Generate Press Team,
Pls can you tell how can we remove Order again button from Customers My account page of the customer.
I have a code to put in functions.php of the theme:
remove_action( 'woocommerce_order_details_after_order_table', 'woocommerce_order_again_button' );
But, how to use this code via generate press elements?
Hi there,
that snippet has to go in the Child Themes functions.php or added using a plugin like Code Snippets.
It cannot be added to a GP Element.
Hey David,
Thanks, used it via Code Snippets :)
You're welcome