apply_filters( 'post_date_column_time', string $t_time, WP_Post $post, string $column_name, string $mode )

Filters the published time of the post.


Description Description

If $mode equals ‘excerpt’, the published time and date are both displayed. If $mode equals ‘list’ (default), the publish date is displayed, with the time and date together available as an abbreviation definition.


Parameters Parameters

$t_time

(string) The published time.

$post

(WP_Post) Post object.

$column_name

(string) The column name.

$mode

(string) The list display mode ('excerpt' or 'list').


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.