Untitled
Anonymous
plain_text
07/30/2021 10:20 AM
200 B
31
Indexable
remove_action('woocommerce_proceed_to_checkout', 'wc_get_pay_buttons', 10);
add_action('woocommerce_after_cart_totals', 'wc_get_pay_buttons', 10);
Editor is loading...
remove_action('woocommerce_proceed_to_checkout', 'wc_get_pay_buttons', 10);
add_action('woocommerce_after_cart_totals', 'wc_get_pay_buttons', 10);