apply_filters( ‘media_date_column_time’, string $h_time, WP_Post $post, string $column_name )

In this article

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

VersionDescription
6.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.