akismet_spam_check_warning_link_text

過濾鉤子
apply_filters( 'akismet_spam_check_warning_link_text', sprintf( __( 'Please check your Akismet configuration and contact your web host if problems persist.', 'akismet' )
定義位置
  • wp-content/plugins/akismet/class.akismet-admin.php , line 936
相關勾子
akismet_spam_caughtakismet_spam_count_incrakismet_comment_check_responseakismet_submit_spam_commentakismet_display_cron_disabled_notice
相關方法
display_header_text
引入
n/a
棄用
-

akismet_spam_check_warning_link_text。這個過濾鉤子允許開發者改變當評論被標記為垃圾郵件時用於Akismet文件連結的文字。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$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() ) ) );
$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() ) ) );
$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() ) ) );

常見問題

FAQs
檢視更多 >