wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



akismet_spam_check_warning_link_text › Hooks de Filtros WordPress

Desden/a
Obsoleton/a
apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your Akismet configuration and contact your web host if problems persist.', 'akismet' )
Definido em:
Codex:

Ainda sem descrição.



Funções relacionadas: display_header_text


Fonte

$link_text = apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.', 'akismet' ), esc_url( self::get_page_url() ) ) );