comment_flood_message

過濾鉤子
apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' )

comment_flood_message – 這個函式檢索洪水錯誤資訊,顯示給已經觸發評論洪水保護的使用者。它是用來防止使用者在短時間內提交過多的評論。

這個過濾器在wp-includes/comment-template.php中有記錄。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );

常見問題

FAQs
檢視更多 >