✏️ 正在编辑: switch.php
路径:
/home/lssfapb/www/wp-content/themes/Avada/includes/lib/inc/fusion-app/templates/options/switch.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template. * * @since 2.0 * @package fusion-library */ ?> <# var fieldId = 'undefined' === typeof param.param_name ? param.id : param.param_name, fields = 'undefined' === typeof param.param_name ? param.required : param.value, choice = option_value, index = 0; #> <label class="switch" for="{{ fieldId }}"> <input class="switch-input screen-reader-text" name="{{ fieldId }}" id="{{ fieldId }}" type="checkbox" value="{{ choice }}"<# if ( '1' == choice ) { #> checked<# } #> /> <span class="switch-label"> <span class="yes {{ fieldId }}">{{ fusionBuilderText.yes }}</span> <span class="no {{ fieldId }}">{{ fusionBuilderText.no }}</span> </span> </label>
💾 保存文件
← 返回文件管理器