文件操作 - php-5.3-functions.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/wp-optimize/cache/php-5.3-functions.php
编辑文件内容
<?php /** * Get path to wp-config.php when called from WP-CLI. * * @return string */ function wpo_wp_cli_locate_wp_config() { $config_path = ''; if (is_callable('\WP_CLI\Utils\locate_wp_config')) { // phpcs:ignore PHPCompatibility.LanguageConstructs.NewLanguageConstructs.t_ns_separatorFound $config_path = \WP_CLI\Utils\locate_wp_config(); } return $config_path; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件