media_date_column_time WordPress Filter Hook

The media_date_column_time hook is used to display the time for a media item in the "Date" column of the media library.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
6.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.