Astra_Get_Sticky_Sidebar::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sticky-sidebar.php
public function get_examples() {
return array(
'get sticky sidebar status',
'show sticky sidebar setting',
'view sticky sidebar',
'display sticky sidebar status',
'get sticky sidebar enabled',
'show if sticky sidebar is on',
'view sticky sidebar option',
'display sticky sidebar setting',
'get sticky sidebar configuration',
'show sticky sidebar state',
'view if sidebar is sticky',
'display sidebar sticky status',
'get sidebar sticky setting',
'show sidebar sticky option',
'view sticky sidebar enabled',
'display sticky sidebar enabled',
'get current sticky sidebar',
'show sticky sidebar active',
'view sidebar sticky state',
'display if sidebar sticky',
'get sticky sidebar on or off',
'show sticky sidebar feature',
'view sticky sidebar functionality',
'display sticky sidebar behavior',
'get sidebar sticky behavior',
'show if sidebar stays fixed',
'view sidebar sticky option',
'display sidebar sticky configuration',
'get site sticky sidebar',
'show sticky sidebar preference',
);
}
Expand full source code Collapse full source code View on Trac