woocommerce_after_checkout_validation

woocommerce_after_checkout_validation

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_after_checkout_validation') is found 1 times:

  • /includes/class-wc-checkout.php line 983
    979
    980
    981
    982
    983
    984
    985
    986
    987
    988
    989
                $available_gateways[ $data['payment_method'] ]->validate_fields();
            }
        }
     
        do_action( 'woocommerce_after_checkout_validation', $data, $errors );
    }
     
    /**
     * Set address field for customer.
     *
     * @since 3.0.7

See this hook used in plugins: