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' ); } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |