akismet_comment_nonce

过滤钩子
apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' )

akismet_comment_nonce: 这个过滤器允许开发者修改Akismet在检查评论是否为垃圾邮件时使用的nonce。

见init_hooks()中的过滤器文档。

$akismet_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );

常见问题

FAQs
查看更多 >