文件操作 - update-3.1.8.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/testimonial-free/src/Admin/updates/update-3.1.8.php
编辑文件内容
<?php /** * Update options for the version 3.1.8 * * @link https://shapedplugin.com * * @package testimonial_free * @subpackage testimonial_free/Admin/updates */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } update_option( 'testimonial_version', '3.1.8' ); update_option( 'testimonial_db_version', '3.1.8' ); // Delete the transient for plugins. if ( get_transient( 'sprtf_plugins' ) ) { delete_transient( 'sprtf_plugins' ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件