Astra_Get_Sidebar::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sidebar.php
public function get_examples() {
return array(
'get sidebar settings',
'show sidebar configuration',
'view all sidebar options',
'display sidebar settings',
'get sidebar options',
'show sidebar preferences',
'view sidebar configuration',
'display all sidebar settings',
'get complete sidebar setup',
'show sidebar layout and style',
'view sidebar design settings',
'display sidebar customization',
'get sidebar display options',
'show sidebar position and width',
'view sidebar style and layout',
'display sidebar configuration options',
'get sidebar layout settings',
'show all sidebar preferences',
'view sidebar setup',
'display sidebar design options',
'get sidebar appearance settings',
'show sidebar style options',
'view sidebar layout options',
'display complete sidebar config',
'get site sidebar settings',
'show default sidebar options',
'view sidebar customization options',
'display sidebar layout configuration',
'get sidebar design preferences',
'show sidebar appearance options',
);
}
Expand full source code Collapse full source code View on Trac