Astra_Customizer::get_choices()

Prepare choices.


Description


Return

(mixed|void)


Source

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

		public static function get_choices() {
			// Return contexts.
			return apply_filters( 'astra_customizer_choices', self::$choices );
		}


User Contributed Notes

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