Filters the published time of an attachment displayed in the Media list table.
$h_timestring$postWP_Post$column_namestringwp-admin/includes/class-wp-media-list-table.php:598WP_Media_List_Table::column_date() * @since 6.0.0 * * @param string $h_time The published time. * @param WP_Post $post Attachment object. * @param string $column_name The column name. */ echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' ); } /** * Handles the parent column output. * * @since 4.3.0Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.