文件操作 - weforms-settings-privacy.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/weforms/includes/admin/views/weforms-settings-privacy.php
编辑文件内容
<h3 class="hndle"><?php esc_html_e( 'Privacy', 'weforms' ); ?></h3> <div class="inside"> <table class="form-table"> <tr> <th><?php esc_html_e( 'Export Payment Data', 'weforms' ); ?></th> <td> <label> <input type="checkbox" v-model="settings.privacy_payment_export"> <?php esc_html_e( 'Allow Exporting Payment Data of User.', 'weforms' ); ?> </label> <p class="help"></p> </td> </tr> <tr> <th><?php esc_html_e( 'Erase Payment Data', 'weforms' ); ?></th> <td> <label> <input type="checkbox" v-model="settings.privacy_payment_erase"> <?php esc_html_e( 'Allow Erasing Payment Data of User.', 'weforms' ); ?> </label> <p class="help"></p> </td> </tr> </table> </div> <div class="submit-wrapper"> <button v-on:click.prevent="saveSettings($event.target)" class="button button-primary"><?php esc_html_e( 'Save Changes', 'weforms' ); ?></button> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件