wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



akismet_spam_check_warning_link_text › WordPress Filter Hooks

Dan/a
Deprecaton/a
apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your Akismet configuration and contact your web host if problems persist.', 'akismet' )
Definito a:
Codex:

Al momento non è disponibile una descrizione.



Funzioni correlate: display_header_text


Sorgenti

$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() ) ) );