|
Server : LiteSpeed System : Linux server354.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : getfsxkz ( 1681) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/getfsxkz/thebitflows.com/wp-content/themes/bloglo/template-parts/misc/ |
Upload File : |
<?php /** * The template for displaying scroll to top button. * * @package Bloglo * @author Peregrine Themes * @since 1.0.0 */ ?> <a href="#" id="bloglo-scroll-top" class="bloglo-smooth-scroll" title="<?php esc_attr_e( 'Scroll to Top', 'bloglo' ); ?>" <?php bloglo_scroll_top_classes(); ?>> <span class="bloglo-scroll-icon" aria-hidden="true"> <?php echo bloglo()->icons->get_svg( 'chevron-up', array( 'class' => 'top-icon' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> <?php echo bloglo()->icons->get_svg( 'chevron-up' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </span> <span class="screen-reader-text"><?php esc_html_e( 'Scroll to Top', 'bloglo' ); ?></span> </a><!-- END #bloglo-scroll-to-top -->