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