apply_filters( 'media_date_column_time', string $h_time, WP_Post $post, string $column_name )
- Since
- 6.0.0
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.
Fired at · 1
wp-admin/includes/class-wp-media-list-table.php:569WP_Media_List_Table::column_date()
Source
* @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.0History
Introduced in 6.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.8.8 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.