Astra_Get_Background_Colors::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/colors/class-astra-get-background-colors.php
public function get_examples() {
return array(
'get current background colors',
'show site background settings',
'view content background configuration',
'display background color values',
'get site and content backgrounds',
'show current background setup',
'view background settings',
'get background image settings',
'show background repeat and position',
'get complete background configuration',
);
}
Expand full source code Collapse full source code View on Trac