文件操作 - Usage.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Usage.php
编辑文件内容
<?php namespace AIOSEO\Plugin\Lite\Admin; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } use AIOSEO\Plugin\Common\Admin as CommonAdmin; /** * Usage tracking class. * * @since 4.0.0 */ class Usage extends CommonAdmin\Usage { /** * Class Constructor * * @since 4.0.0 */ public function __construct() { parent::__construct(); $this->enabled = apply_filters( 'aioseo_usage_tracking_enable', aioseo()->options->advanced->usageTracking ); } /** * Get the type for the request. * * @since 4.0.0 * * @return string The install type. */ public function getType() { return 'lite'; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件