芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wp-statistics/src/Components/SystemCleaner.php
where('option_name', 'LIKE', '%wp_statistics_cache%') ->execute(); } /** * Clears remote add-ons list cache. */ public static function clearAddonsListCache() { $request = new RemoteRequest(ApiEndpoints::PRODUCT_LIST, 'GET'); $request->clearCache(); } }