芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php
'stats', 'text' => __( 'Statistics', 'w3-total-cache' ), ); return $anchors; } /** * Renders the Statistics box area on the General Settings page. * * This method includes a view file that outputs the content for the Statistics section * of the General Settings page. * * @return void */ public function w3tc_settings_general_boxarea_stats() { include W3TC_DIR . '/UsageStatistics_GeneralPage_View.php'; } }