文件操作 - nothing.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/solsculpting/public_html/wp-content/plugins/redirection/actions/nothing.php
编辑文件内容
<?php /** * The 'do nothing' action. This really does nothing, and is used to short-circuit Redirection so that it doesn't trigger other redirects. */ class Nothing_Action extends Red_Action { /** * Issue an action when nothing happens. This stops further processing. * * @return void */ public function run() { do_action( 'redirection_do_nothing', $this->get_target() ); } public function name() { return __( 'Do nothing (ignore)', 'redirection' ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件