wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_comment_date › Filtr WordPress Hooks

Od1.5.0
Przestarzałyn/a
apply_filters( 'get_comment_date', $comment_date, $format, $comment )
Parametry: (3)
  • (string|int) $comment_date Formatted date string or Unix timestamp.
    Wymagane: Tak
  • (string) $format PHP date format.
    Wymagane: Tak
  • (WP_Comment) $comment The comment object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the returned comment date.





Źródło

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