Astra_Meta_Boxes::get_sticky_header_options()

Get sticky header options.


Description


Source

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

		public function get_sticky_header_options() {
			return array(
				array(
					'key'   => 'header-above-stick-meta',
					'label' => __( 'Stick Above Header', 'astra' ),
				),
				array(
					'key'   => 'header-main-stick-meta',
					'label' => __( 'Disable Primary Header', 'astra' ),
				),
				array(
					'key'   => 'header-below-stick-meta',
					'label' => __( 'Stick Below Header', 'astra' ),
				),
			);
		}


User Contributed Notes

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