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 string
The published time.
$post WP_Post
Attachment object.
$column_name string
The column name.

Top ↑

Source

File: wp-admin/includes/class-wp-media-list-table.php. View all references

echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' );


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

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