mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-05 12:32:23 +08:00
https://stackoverflow.com/questions/65785323/removing-the-summary-on-the-order-summary-page-in-woocommerce
1 line
86 B
Text
1 line
86 B
Text
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
|