✏️ 正在编辑: button.php
路径:
/home/lssfapb/www/wp-content/themes/Avada/includes/lib/inc/fusion-app/templates/options/button.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template. * * @since 2.0 * @package fusion-library */ ?> <# var label = 'undefined' !== typeof param.label ? param.label : '', id = 'undefined' !== typeof param.id ? param.id : '', action = 'undefined' !== typeof param.action ? param.action : ''; #> <input type="button" id="{{id}}" onclick="{{action}}" class="button fusion-button-option" value="{{label}}">
💾 保存文件
← 返回文件管理器