Astra_Meta_Boxes::get_sidebar_style_options()
Description
Return
(array) The array of sidebar style options.
Source
File: inc/metabox/class-astra-meta-boxes.php
public function get_sidebar_style_options() {
return array(
'default' => __( 'Default', 'astra' ),
'unboxed' => __( 'Unboxed', 'astra' ),
'boxed' => __( 'Boxed', 'astra' ),
);
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.2.0 | Introduced. |