Astra_Update_Transparent_Header::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php
public function get_examples() {
return array(
'enable transparent header',
'disable transparent header',
'set transparent header on desktop only',
'use different logo for transparent header',
'change transparent header menu colors',
'disable transparent header on 404 page',
'update transparent header background color',
'set transparent header border',
);
}
Expand full source code Collapse full source code View on Trac