BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
CTR
/
wp-content
/
plugins
/
porto-functionality
/
shortcodes
/
assets
/
blocks
📤 Upload
📝 New File
📁 New Folder
Close
Editing: style-button.php
<?php if ( ( ! empty( $atts['spacing'] ) || ( isset( $atts['spacing'] ) && '0' == $atts['spacing'] ) ) && ! empty( $atts['selector'] ) ) { echo '.' . sanitize_text_field( $atts['selector'] ) . ' i {'; echo 'margin-' . ( isset( $atts['icon_pos'] ) && 'right' == $atts['icon_pos'] && ! is_rtl() ? 'left' : 'right' ) . ':' . esc_attr( $atts['spacing'] ) . ';'; echo '}'; }
Save
Cancel