apply_filters( 'media_date_column_time', string $h_time , WP_Post $post , string $column_name )
Filters the published time of an attachment displayed in the Media list table.
Parameters
- $h_time
-
The published time.
- $post
-
Attachment object.
- $column_name
-
The column name.
Source
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |