woocommerce_order_tracking_form

woocommerce_order_tracking_form

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_tracking_form') is found 1 times:

  • /templates/order/form-tracking.php line 46

    * Action hook fired in the middle of the form-tracking form (before the submit button).
    *
    * @since 6.5.0
    */
    do_action( ‘woocommerce_order_tracking_form’ );
    ?>