ASTRA_Ext_WooCommerce_Markup::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 is_shop_page_modern_style() { return ( 'shop-page-modern-style' === astra_get_option( 'shop-style' ) ) ? true : false; }
Expand full source code Collapse full source code View on Trac