Astra_Meta_Boxes::get_header_enabled_options()
Get all transparet and sticky header options.
Description
Return
(array<string>)
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' ),
);
}
Expand full source code Collapse full source code View on Trac