wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



akismet_spam_check_warning_link_text › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your Akismet configuration and contact your web host if problems persist.', 'akismet' )
Definiert in:
Codex:

Noch keine Beschreibung.



Ähnliche Funktionen: display_header_text


Quellcode

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