Astra_Scroll_To_Top_Loader::html_markup_loader()

Scroll to Top addon markup loader


Description

Loads appropriate template file based on the style option selected in options panel.


Source

File: inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php

	public function html_markup_loader() {
		if ( true === astra_get_option( 'scroll-to-top-enable', true ) ) {
			get_template_part( 'template-parts/scroll-to-top' );
		}
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

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