ASTRA_Ext_WooCommerce_Markup::is_easy_view_switcher_enable()

Checking whether easy list view setting is enable or not.


Description


Return

(bool) true|false.


Source

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

		public static function is_easy_view_switcher_enable() {
			return in_array( 'easy_view', self::get_shop_toolbar_option() );
		}


User Contributed Notes

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