ASTRA_Ext_WooCommerce_Markup::astra_is_shop_page_modern_style()

Checking whether shop page style is selected as modern layout.


Description


Return

(bool) true|false.


Source

File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php

		public static function astra_is_shop_page_modern_style() {
			return ( 'shop-page-modern-style' === astra_get_option( 'shop-style' ) ) ? true : false;
		}


User Contributed Notes

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