woocommerce_enable_hpos_by_default_for_new_shops, true

woocommerce_enable_hpos_by_default_for_new_shops, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_enable_hpos_by_default_for_new_shops, true') is found 1 times:

  • /includes/class-wc-install.php line 1420
    		 * Filter to enable HPOS by default for new shops.
    		 *
    		 * @since 8.2.0
    		 */
    		return apply_filters( 'woocommerce_enable_hpos_by_default_for_new_shops', true );
    	}
    
    	/**
    	 * Get the wc_order_stats table schema.
    	 *
    	 * @since 10.4.0