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.9.8.1

apply_filters('wc_shipping_enabled') is found 1 times:

  • /includes/wc-conditional-functions.php line 364
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
         *
         * @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: