Astra_Get_Sidebar_Style::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-style.php
public function get_examples() {
return array(
'get sidebar style',
'show sidebar style',
'view sidebar style',
'display sidebar style',
'get sidebar design',
'show sidebar design style',
'view sidebar appearance',
'display sidebar box style',
'get current sidebar style',
'show sidebar style setting',
'view sidebar style option',
'display sidebar design setting',
'get sidebar box setting',
'show if sidebar is boxed',
'view sidebar style configuration',
'display sidebar visual style',
'get sidebar container style',
'show sidebar wrapper style',
'view sidebar border style',
'display sidebar style choice',
'get sidebar styling option',
'show sidebar design option',
'view current sidebar style',
'display sidebar style status',
'get sidebar display style',
'show sidebar presentation style',
'view sidebar box option',
'display sidebar style preference',
'get active sidebar style',
'show site sidebar style',
);
}
Expand full source code Collapse full source code View on Trac