woocommerce_shipping_estimate_html

woocommerce_shipping_estimate_html

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_shipping_estimate_html') is found 1 times:

  • /templates/cart/cart-shipping.php line 54

    // Translators: $s shipping destination.
    printf( esc_html__( ‘Shipping to %s.’, ‘woocommerce’ ) . ‘ ‘, ‘‘ . esc_html( $formatted_destination ) . ‘‘ );
    $calculator_text = esc_html__( ‘Change address’, ‘woocommerce’ );
    } else {
    echo wp_kses_post( apply_filters( ‘woocommerce_shipping_estimate_html’, __( ‘Shipping options will be updated during checkout.’, ‘woocommerce’ ) ) );
    }
    ?>