Astra_Customizer::get_tabbed_sections()

Prepare tabbed sections.


Description


Return

(mixed|void)


Source

File: inc/customizer/class-astra-customizer.php

		public static function get_tabbed_sections() {

			self::prepare_tabbed_sections();
			// Return contexts.
			return apply_filters( 'astra_customizer_tabbed_sections', self::$tabbed_sections );
		}


User Contributed Notes

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