Filter by type:
Search
Skip to content
Browse: Home / Classes / ASTRA_Ext_WooCommerce_Markup / ASTRA_Ext_WooCommerce_Markup::get_shop_toolbar_option()

ASTRA_Ext_WooCommerce_Markup::get_shop_toolbar_option()

Instead of every time of astra_get_option used static at once.


Description


Return

(array)


Source

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

		public static function get_shop_toolbar_option() {
			return astra_get_option( 'shop-toolbar-structure', array() );
		}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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