wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_flood_filter › Les Filtres WordPress

Depuis2.1.0
Dépréciéen/a
apply_filters( 'comment_flood_filter', false, $time_lastcomment, $time_newcomment )
Paramètres: (3)
  • (bool) $bool Whether a comment flood is occurring. Default false.
    Requis: Oui
  • (int) $time_lastcomment Timestamp of when the last comment was posted.
    Requis: Oui
  • (int) $time_newcomment Timestamp of when the new comment was posted.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment flood status.





Source

$flood_die = apply_filters( 'comment_flood_filter', false, $time_lastcomment, $time_newcomment );