akismet_show_user_comments_approved

過濾鉤子
apply_filters( 'akismet_show_user_comments_approved', $show_user_comments_option )

akismet_show_user_comments_approved: 當Akismet外掛在評論管理介面顯示使用者已批准的評論數量時,這個動作鉤子被觸發。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$show_user_comments = apply_filters( 'akismet_show_user_comments_approved', $show_user_comments_option );
$show_user_comments = apply_filters( 'akismet_show_user_comments_approved', $show_user_comments_option );
$show_user_comments = apply_filters( 'akismet_show_user_comments_approved', $show_user_comments_option );

常見問題

FAQs
檢視更多 >