Astra_Meta_Boxes::get_sidebar_options()

Returns an array of sidebar options.


Description


Return

(array) The array of sidebar options.


Source

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

		public function get_sidebar_options() {
			return array(
				'default'       => __( 'Customizer Setting', 'astra' ),
				'left-sidebar'  => __( 'Left Sidebar', 'astra' ),
				'right-sidebar' => __( 'Right Sidebar', 'astra' ),
				'no-sidebar'    => __( 'No Sidebar', 'astra' ),
			);
		}


User Contributed Notes

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