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', '>=' );
		}

Changelog

Changelog
Version Description
3.9.2 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.