🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_397a3984 / 2423****
📍 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: indexing-reason-integration.php
<?php namespace Yoast\WP\Test_Helper; /** * Adds a filter to change the alert based on the saved set indexing reason. */ class Indexing_Reason_Integration implements Integration { /** * Registers the hook to set the indexing reason. */ public function add_hooks() { \add_filter( 'wpseo_indexables_indexation_alert', [ $this, 'set_indexing_alert' ], 10, 2 ); } /** * Sets the indexing alert to something more specific when the reason is an indexables reset. * * @param string $alert The current content of alert. * @param string $reason The reason to show the alert for. * * @return string The reason to show. */ public function set_indexing_alert( $alert, $reason ) { if ( $reason !== 'indexables-reset-by-test-helper' ) { return $alert; } return \sprintf( /* translators: %1$s: Yoast Test Helper */ \esc_html__( 'Because some of your SEO data was reset by the %1$s, your SEO data needs to be reprocessed.', 'yoast-test-helper' ), '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