woocommerce_checkout_posted_data

woocommerce_checkout_posted_data

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_checkout_posted_data') is found 1 times:

  • /includes/class-wc-checkout.php line 827
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
        // BW compatibility.
        $this->legacy_posted_data = $data;
     
        return apply_filters( 'woocommerce_checkout_posted_data', $data );
    }
     
    /**
     * Validates the posted checkout data based on field properties.
     *
     * @since  3.0.0

See this hook used in plugins: