文件操作 - Ping.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/plugins/all-in-one-seo-pack/app/Common/Api/Ping.php
编辑文件内容
<?php namespace AIOSEO\Plugin\Common\Api; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Route class for the API. * * @since 4.0.0 */ class Ping { /** * Returns a success if the API is alive. * * @since 4.0.0 * * @return \WP_REST_Response The response. */ public static function ping() { return new \WP_REST_Response( [ 'success' => true ], 200 ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件