wpseek.com
A WordPress-centric search engine for devs and theme authors



post_date_column_time › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'post_date_column_time', $t_time, $post, 'date', $mode )
Parameters: (4)
  • (string) $t_time The published time.
    Required: Yes
  • (WP_Post) $post Post object.
    Required: Yes
  • (string) $column_name The column name.
    Required: Yes
  • (string) $mode The list display mode ('excerpt' or 'list').
    Required: Yes
Defined at:
Codex:

Filters the published, scheduled, or unpublished time of the post.





Source

echo apply_filters( 'post_date_column_time', $t_time, $post, 'date', $mode );