post_date_column_status
最后更新于:2021-11-27 16:23:26
apply_filters( ‘post_date_column_status’, string $status, GC_Post $post, string $column_name, string $mode )
Filters the status text of the post.
参数
- $status
-
(string)
The status text. - $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