wc_shipping_enabled

wc_shipping_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_shipping_enabled') is found 1 times:

  • /includes/wc-conditional-functions.php line 355
    	 *
    	 * @return bool
    	 */
    	function wc_shipping_enabled() {
    		return apply_filters( 'wc_shipping_enabled', get_option( 'woocommerce_ship_to_countries' ) !== 'disabled' );
    	}
    }
    
    if ( ! function_exists( 'wc_prices_include_tax' ) ) {
    
    	/**
    

See this hook used in plugins: