✏️ 正在编辑: fusion-events.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-events.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_events-shortcode"> <# if ( 'undefined' !== typeof query_data && 'undefined' !== typeof query_data.posts ) { #> <div {{{ _.fusionGetAttributes( attr ) }}}> {{{ eventsList }}} {{{ paginationCode }}} <# // If infinite scroll with "load more" button is used. if ( load_more ) { #> <button class="fusion-load-more-button fusion-events-button fusion-clearfix">{{{ load_more_text }}}</button> <# } #> <div class="fusion-clearfix"></div> </div> <# } else if ( 'undefined' !== typeof query_data && 'undefined' !== typeof query_data.placeholder ) { #> {{{ query_data.placeholder }}} <# } #> </script>
💾 保存文件
← 返回文件管理器