woocommerce_shipping_may_be_available_html хук-фильтр . WC 1.0
Использование
add_filter( 'woocommerce_shipping_may_be_available_html', 'filter_function_name_1878' ); function filter_function_name_1878( $__ ){ // filter... return $__; }
- $__
- -
Где вызывается хук
В файле: /templates/cart/cart-shipping.php
woocommerce_shipping_may_be_available_html
woocommerce/templates/cart/cart-shipping.php 64
echo wp_kses_post( apply_filters( 'woocommerce_shipping_may_be_available_html', __( 'Enter your address to view shipping options.', 'woocommerce' ) ) );