• Hi, I’d like to move the subscribe to newsletter function from the billing form to after order review, but this (and other filters) isn’t working:

    
    remove_action( 'woocommerce_after_checkout_billing_form ', 'default_checkout_mailjet_woo_subscribe_ok', 10 );
    add_action( 'woocommerce_review_order_before_submit', 'default_checkout_mailjet_woo_subscribe_ok' );

    Will that snippet work at all with the correct filter?

  • The topic ‘Filter for Woocommerce Checkout’ is closed to new replies.