Astra_Update_Scroll_To_Top::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/general/scroll-to-top/class-astra-update-scroll-to-top.php
public function get_examples() {
return array(
'enable scroll to top button',
'disable scroll to top',
'move scroll to top to left',
'change scroll to top icon size',
'update scroll to top colors',
'set scroll to top on desktop only',
'change back to top button color',
);
}
Expand full source code Collapse full source code View on Trac