Astra_Meta_Boxes::get_header_enabled_options()

Get all transparet and sticky header options.


Description


Source

File: inc/metabox/class-astra-meta-boxes.php

		public function get_header_enabled_options() {
			return array(
				'default'  => __( 'Customizer Setting', 'astra' ),
				'enabled'  => __( 'Enabled', 'astra' ),
				'disabled' => __( 'Disabled', 'astra' ),
			);
		}


User Contributed Notes

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