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



media_date_column_time › WordPress Filter Hooks

Since6.0.0
Deprecatedn/a
apply_filters( 'media_date_column_time', $h_time, $post, 'date' )
Parameters: (3)
  • (string) $h_time The published time.
    Required: Yes
  • (WP_Post) $post Attachment object.
    Required: Yes
  • (string) $column_name The column name.
    Required: Yes
Defined at:
Codex:

Filters the published time of an attachment displayed in the Media list table.





Source

echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' );