Astra_Get_Global_Buttons::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/buttons/class-astra-get-global-buttons.php
public function get_examples() {
return array(
'get current button settings',
'show global button styles',
'view primary button colors',
'display secondary button settings',
'get button text colors',
'show button background colors',
'view button border colors',
'display button padding settings',
'get button border radius',
'show button border width',
'view current button preset',
'display primary button configuration',
'get secondary button colors',
'show all button settings',
'view button style configuration',
'display global button options',
'get primary and secondary buttons',
'show button color scheme',
'view button spacing settings',
'display button border settings',
'get current button styles',
'show button design settings',
'view button appearance',
'display theme button settings',
'get button preset style',
);
}
Expand full source code Collapse full source code View on Trac