diff --git a/templates/cart/cart-shipping.php b/templates/cart/cart-shipping.php index 8ba509219ce..1f710ba4e46 100644 --- a/templates/cart/cart-shipping.php +++ b/templates/cart/cart-shipping.php @@ -51,14 +51,14 @@ $calculator_text = ''; printf( esc_html__( 'Estimate for %s.', 'woocommerce' ) . ' ', '' . esc_html( $formatted_destination ) . '' ); $calculator_text = __( 'Change address', 'woocommerce' ); } else { - echo esc_html__( 'This is only an estimate. Prices will be updated during checkout.', 'woocommerce' ); + echo wp_kses_post( apply_filters( 'woocommerce_shipping_estimate_html', __( 'This is only an estimate. Prices will be updated during checkout.', 'woocommerce' ) ) ); } ?>