文件操作 - ThirdParty.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/plugins/all-in-one-seo-pack/app/Common/ThirdParty/ThirdParty.php
编辑文件内容
<?php namespace AIOSEO\Plugin\Common\ThirdParty; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Instantiates our third-party classes. * * @since 4.7.6 */ class ThirdParty { /** * WebStories instance. * * @since 4.7.6 * * @var WebStories */ public $webStories; /** * Class constructor. * * @since 4.7.6 */ public function __construct() { $this->webStories = new WebStories(); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件