✏️ 正在编辑: UsageStatistics_AdminActions.php
路径:
/home/ubuntu/plugins-bkp-26012025/w3-total-cache/UsageStatistics_AdminActions.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace W3TC; class UsageStatistics_AdminActions { private $_config = null; public function __construct() { $this->_config = Dispatcher::config(); } public function w3tc_ustats_note_disable() { $this->_config->set( 'stats.enabled', false ); $this->_config->save(); Util_Admin::redirect( array(), true ); } }
💾 保存文件
← 返回文件管理器