wpseek.com
A WordPress-centric search engine for devs and theme authors



akismet_spam_check_warning_link_text › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your Akismet configuration and contact your web host if problems persist.', 'akismet' )
Defined at:
Codex:

No description yet.



Related Functions: display_header_text


Source

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