✏️ 正在编辑: notice.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/form-components/notice.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 3.1 */ ?> <script type="text/html" id="tmpl-fusion_form_notice-shortcode"> <# if ( showNotices ) { #> {{{ successAlert }}} {{{ errorAlert }}} <# } else { #> <div class="fusion-builder-placeholder"><?php echo __( 'Notices will only show if the <strong>Form Confirmation Type</strong> is set to <strong>Display Message</strong>.', 'fusion-builder' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></div> <# } #> </script>
💾 保存文件
← 返回文件管理器