Filters the status text of the post.
Parameters
$status
string- The status text.
$post
WP_Post- Post object.
$column_name
string- The column name.
$mode
string- The list display mode (
'excerpt'
or'list'
).
Source
$status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode );
Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.