wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_the_date › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'get_the_date', $the_date, $format, $post )
Parametri: (3)
  • (string|int) $the_date Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Richiesto:
  • (string) $format PHP date format.
    Richiesto:
  • (WP_Post) $post The post object.
    Richiesto:
Definito a:
Codex:

Filters the date a post was published.





Sorgenti

return apply_filters( 'get_the_date', $the_date, $format, $post );