apply_filters( 'comment_flood_message', string $comment_flood_message )

Filters the comment flood error message.


Parameters

$comment_flood_message string
Comment flood error message.

Top ↑

Source

File: wp-includes/comment.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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