wpseek.com
A WordPress-centric search engine for devs and theme authors



post_date_column_status › WordPress Filter Hooks

Since4.8.0
Deprecatedn/a
apply_filters( 'post_date_column_status', $status, $post, 'date', $mode )
Parameters: (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
Defined at:
Codex:

Filters the status text of the post.





Source

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