hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-content/languages/themes/the/ |
home/chryzalihi/www/wp-content/themes/bloglo/template-parts/misc/back-to-top.php 0000644 00000001421 15242574776 0024076 0 ustar 00 <?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 -->