On this page
apply_filters( 'post_date_column_time', string $t_time, WP_Post $post, string $column_name, string $mode )
Filters the published time of the post.
Parameters
$t_timestring-
The published time.
$postWP_Post-
Post object.
$column_namestring-
The column name.
$modestring-
The list display mode (
'excerpt'or'list').
Source
File: wp-admin/includes/class-wp-posts-list-table.php. View all references
echo apply_filters( 'post_date_column_time', $t_time, $post, 'date', $mode );
Related
Used By
| Used By | Description |
|---|---|
| WP_Posts_List_Table::column_date() wp-admin/includes/class-wp-posts-list-table.php | Handles the post date column output. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_date_column_time