WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_date_column_time

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php apply_filters 1214 /**
* Filters the published time of the post.
*
* @since 2.5.1
* @since 5.5.0 Removed the difference between 'excerpt' and 'list' modes.
* The published time and date are both displayed now,
* which is equivalent to the previous 'excerpt' mode.
*
* @param string $t_time The published time.
* @param WP_Post $post Post object.
* @param string $column_name The column name.
* @param string $mode The list display mode ('excerpt' or 'list').
*/

Hook Parameters

Parameter Type Name Description
string $t_time The published time.
WP_Post $post Post object.
string $column_name The column name.
string $mode The list display mode ('excerpt' or 'list').