post_date_column_time

最后更新于:2021-11-27 16:26:08

apply_filters( ‘post_date_column_time’, string $t_time, GC_Post $post, string $column_name, string $mode )

Filters the published time of the post.

参数

$t_time

(string)
The published time.

$post

(GC_Post)
Post object.

$column_name

(string)
The column name.

$mode

(string)
The list display mode (‘excerpt’ or ‘list’).

源文件

文件: gc-admin/includes/class-gc-posts-list-table.php

View on Trac