post_date_column_time
apply_filters( ‘post_date_column_time’, string $t_time,…
apply_filters( ‘post_date_column_time’, string $t_time, WP_Post $post, string $column_name, string $mode )
过滤钩子:过滤文章的发布时间。
Filter Hook: Filters the published time of the post.
目录锚点:#说明#参数#源码
说明(Description)
如果$mode等于’execrpt’,则会同时显示已发布的时间和日期。如果$mode等于’list’(默认),则显示发布日期,时间和日期一起作为缩写定义。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$t_time | (string) | 公布的时间。 |
$post | (WP_Post) | Post对象。 |
$column_name | (string) | 列名。 |
$mode | (string) | 列表显示模式(“摘录”或“列表”)。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.1 | wp-admin/includes/class-wp-posts-list-table.php:1124 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!