✏️ 正在编辑: fusion-button.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-button.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_button-shortcode"> <# var iconHTML = ''; if ( values.icon ) { iconHTML = '<i' + _.fusionGetAttributes( IconAttr ) + '></i>'; if ( 'yes' === values.icon_divider ) { iconHTML = '<span class="' + 'fusion-button-icon-divider button-icon-divider-' + values.icon_position + '">' + iconHTML + '</span>'; } } buttonText = '<span' + _.fusionGetAttributes( textAttr ) + '>' + values.element_content + '</span>'; innerContent = ( 'left' === values.icon_position ) ? iconHTML + buttonText : buttonText + iconHTML; #> <div {{{ _.fusionGetAttributes( wrapperAttr ) }}}> {{{ buttonStyles }}} <# if ( 'undefined' !== typeof values.button_el_type && 'submit' === values.button_el_type ) { #> <button {{{ _.fusionGetAttributes( attr ) }}} > {{{ innerContent }}} </button> <# } else { #> <a {{{ _.fusionGetAttributes( attr ) }}} > {{{ innerContent }}} </a> <# } #> </div> </script>
💾 保存文件
← 返回文件管理器