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



get_comment_date › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'get_comment_date', $comment_date, $format, $comment )
Paramètres: (3)
  • (string|int) $comment_date Formatted date string or Unix timestamp.
    Requis: Oui
  • (string) $format PHP date format.
    Requis: Oui
  • (WP_Comment) $comment The comment object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the returned comment date.





Source

return apply_filters( 'get_comment_date', $comment_date, $format, $comment );