woocommerce_no_shipping_available_html

woocommerce_no_shipping_available_html

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_no_shipping_available_html') is found 1 times:

  • /templates/cart/cart-shipping.php line 67
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
        } else {
            echo wp_kses_post( apply_filters( 'woocommerce_shipping_may_be_available_html', __( 'Enter your address to view shipping options.', 'woocommerce' ) ) );
        }
    elseif ( ! is_cart() ) :
        echo wp_kses_post( apply_filters( 'woocommerce_no_shipping_available_html', __( 'There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help.', 'woocommerce' ) ) );
    else :
        echo wp_kses_post(
            /**
             * Provides a means of overriding the default 'no shipping available' HTML string.
             *
             * @since 3.0.0