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)
  • () status The status text.
    Required: Yes
  • () post Post object.
    Required: Yes
  • () column_name The column name.
    Required: Yes
  • () 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 );