文件操作 - preview_form.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/fluentform/app/Views/public/preview_form.php
编辑文件内容
<?php defined('ABSPATH') or die; ?> <div id="ff_preview" class="fluent_form_demo"> <div style="background: #eee;color: black;padding: 10px 10px;margin-bottom: 20px;" class="ff_demo_notice"> <p style="margin-bottom: 0px"><?php esc_html_e('You are viewing preview version of ', 'fluentform'); ?><?php echo esc_html($form->title); ?><?php esc_html_e('. Public users can not see this form. Please use shortcode to embed this form.', 'fluentform'); ?></p> </div> <?php echo do_shortcode('[fluentform id="'.$form->id.'"]'); ?> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件