Description
Filters the published time of an attachment displayed in the Media list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-media-list-table.php | 562 |
Parameters
Type | Name | Description |
---|---|---|
string | $h_time | The published time. |
WP_Post | $post | Attachment object. |
string | $column_name | The column name. |
PHP Doc
/**
* Filters the published time of an attachment displayed in the Media list table.
*
* @since 6.0.0
*
* @param string $h_time The published time.
* @param WP_Post $post Attachment object.
* @param string $column_name The column name.
*/