wc_product_dimensions_enabled

wc_product_dimensions_enabled

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_product_dimensions_enabled') is found 1 times:

  • /includes/wc-product-functions.php line 115
     *
     * @return bool
     */
    function wc_product_dimensions_enabled() {
    	return apply_filters( 'wc_product_dimensions_enabled', true );
    }
    
    /**
     * Clear transient cache for product data.
     *
     * @param int $post_id (default: 0) The product ID.