wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_comment_time › Hooks de Filtros WordPress

Desde1.5.0
Obsoleton/a
apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment )
Parâmetros: (5)
  • (string|int) $comment_time The comment time, formatted as a date string or Unix timestamp.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (bool) $gmt Whether the GMT date is in use.
    Required: Yes
  • (bool) $translate Whether the time is translated.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Definido em:
Codex:

Filters the returned comment time.





Fonte

return apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment );