wpseek.com
WordPress开发者和主题制作者的搜索引擎



post_date_column_status › WordPress过滤钩子

Since4.8.0
已弃用n/a
apply_filters( 'post_date_column_status', $status, $post, 'date', $mode )
参数: (4)
  • (string) $status The status text.
    Required: Yes
  • (WP_Post) $post Post object.
    Required: Yes
  • (string) $column_name The column name.
    Required: Yes
  • (string) $mode The list display mode ('excerpt' or 'list').
    Required: Yes
定义在:
文档:

Filters the status text of the post.





源码

$status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode );