wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_flood_trigger › WordPress Action Hooks

Since1.5.0
Deprecatedn/a
do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment )
Parameters: (2)
  • (int) $time_lastcomment Timestamp of when the last comment was posted.
    Required: Yes
  • (int) $time_newcomment Timestamp of when the new comment was posted.
    Required: Yes
Defined at:
Codex:

Fires before the comment flood message is triggered.





Source

do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment );