Astra_Woocommerce::load_theme_side_woocommerce_strcture()
As WooCommerce-Astra pro options moved to theme, decide here to load from theme’s end after 3.9.2 version.
Description
Return
(bool) true|false.
Source
File: inc/compatibility/woocommerce/class-astra-woocommerce.php
public static function load_theme_side_woocommerce_strcture() { return ! defined( 'ASTRA_EXT_VER' ) || astra_addon_check_version( '3.9.2', '>=' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.2 | Introduced. |