apply_filters( ‘comment_flood_message’, string $comment_flood_message )

In this article

Filters the comment flood error message.

Parameters

$comment_flood_messagestring
Comment flood error message.

Source

$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.