文件操作 - RestApi.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/all-in-one-seo-pack/app/Common/RestApi/RestApi.php
编辑文件内容
<?php namespace AIOSEO\Plugin\Common\RestApi; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Registers our REST API fields for posts and terms. * * Merged into the main plugin from the legacy aioseo-rest-api addon. * * @since 4.9.8 */ class RestApi { /** * Class constructor. * * @since 4.9.8 */ public function __construct() { new Controllers\Post(); new Controllers\Term(); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件