check_comment_flood_db
check_comment_flood_db ( No parameters )
- Introduced in WordPress: 2.3.0
- Deprecated in WordPress: —
Description
Hooks WP's native database-based comment-flood check.This wrapper maintains backward compatibility with plugins that expect to
be able to unhook the legacy check_comment_flood_db() function from
'check_comment_flood' using remove_action().