Filters the published time of an attachment displayed in the Media list table.
Parameters
$h_timestring- The published time.
$postWP_Post- Attachment object.
$column_namestring- The column name.
Source
echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' );
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.