Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
shortcodes
/
📝 Editing: button.php
<?php /** * Shortcode button. * * @package Flatsome\Templates * @flatsome-version 3.19.0 */ ?> <a <?php echo $attributes; ?> <?php echo $styles; // phpcs:ignore WordPress.Security.EscapeOutput ?>> <?php echo $icon_left; // phpcs:ignore WordPress.Security.EscapeOutput ?> <span><?php echo wp_kses_post( $text ); ?></span> <?php echo $icon_right; // phpcs:ignore WordPress.Security.EscapeOutput ?> </a>
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/themes/flatsome/template-parts/shortcodes