HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/patterns-agency/patterns/scroll-to-top-button.php
<?php
/**
 * Title: Scroll To Top Button
 * Slug: patterns-agency/scroll-to-top-button
 * Categories: buttons
 * Block Types: core/template-part/footer
 * Description: Display a button to scroll to the top of the page.
 *
 * @package    Patterns_Agency
 * @subpackage Patterns_Agency/patterns
 * @since      1.0.0
 */

?>
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"textColor":"default","className":"is-style-scroll-to-top","style":{"elements":{"link":{"color":{"text":"var:preset|color|default"}}},"border":{"radius":"50px"},"spacing":{"padding":{"left":"0px","right":"0px","top":"0px","bottom":"0px"}}},"fontSize":"medium"} -->
<div class="wp-block-button has-custom-font-size is-style-scroll-to-top has-medium-font-size"><a class="wp-block-button__link has-default-color has-text-color has-link-color wp-element-button" style="border-radius:50px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php esc_html_e( 'Scroll To Top', 'patterns-agency' ); ?></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->