WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about media_date_column_time

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-media-list-table.php apply_filters 526 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $h_time The published time.
WP_Post $post Attachment object.
string $column_name The column name.