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',
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.