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' ), ); }
Expand full source code Collapse full source code View on Trac