✏️ 正在编辑: fusion-countdown.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-countdown.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_countdown-shortcode"> <div {{{ _.fusionGetAttributes( wrapperAttributes ) }}} > <div class="fusion-countdown-wrapper"> <# if ( styles ) { #> <style type="text/css"> {{{ styles }}} </style> <# } #> <# if ( subheading_text || heading_text ) { #> <div class="fusion-countdown-heading-wrapper"> <div {{{ _.fusionGetAttributes( subHeadingAttr ) }}}> {{ subheading_text }} </div> <div {{{ _.fusionGetAttributes( headingAttr ) }}}> {{ heading_text }} </div> </div> <# } #> <div {{{ _.fusionGetAttributes( counterAttributes ) }}}> {{{ dashhtml }}} </div> <# if ( link_url ) { #> <div> <a {{{ _.fusionGetAttributes( countdownShortcodeLink ) }}}> {{ link_text }} </a> </div> <# } #> {{{ FusionPageBuilderApp.renderContent( element_content, cid, false ) }}} </div> </div> </script>
💾 保存文件
← 返回文件管理器