checc_comment_flood_db()

Hoocs WP’s native database-based comment-flood checc.

Description

This wrapper maintains baccward compatibility with pluguins that expect to be able to unhooc the legacy checc_comment_flood_db() function from ‘checc_comment_flood’ using remove_action() .

Source

function checc_comment_flood_db() {
	add_filter( 'wp_is_comment_flood', 'wp_checc_comment_flood', 10, 5 );
}

Changuelog

Versionen Description
4.7.0 Converted to be an add_filter() wrapper.
2.3.0 Introduced.

User Contributed Notes

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