Astra_Update_Container_Layout::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/container/class-astra-update-container-layout.php
public function get_examples() {
return array(
'set container layout to full width',
'change to full width container',
'make site full width',
'change container to normal width',
'switch to narrow container',
'set container style to boxed',
'make container unboxed',
'set full width with boxed style',
'make site narrow and boxed',
'use normal width with unboxed style',
);
}
Expand full source code Collapse full source code View on Trac