Astra_Get_Sidebar_Width::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-width.php
public function get_examples() {
return array(
'get sidebar width',
'show sidebar width',
'view sidebar width',
'display sidebar width',
'get sidebar size',
'show sidebar size setting',
'view sidebar width setting',
'display sidebar width percentage',
'get current sidebar width',
'show sidebar width value',
'view sidebar width option',
'display sidebar size setting',
'get sidebar width configuration',
'show how wide sidebar is',
'view sidebar width percent',
'display sidebar width amount',
'get sidebar column width',
'show sidebar area width',
'view sidebar space width',
'display sidebar width number',
'get sidebar width percentage',
'show sidebar width in percent',
'view current sidebar width',
'display sidebar width status',
'get sidebar dimension',
'show sidebar width dimension',
'view sidebar width measurement',
'display sidebar width value',
'get site sidebar width',
'show default sidebar width',
);
}
Expand full source code Collapse full source code View on Trac