apply_filters( 'post_date_column_status', string $status , WP_Post $post , string $column_name , string $mode )
Filters the status text of the post.
Parameters
- $status
-
The status text.
- $post
-
Post object.
- $column_name
-
The column name.
- $mode
-
The list display mode ('excerpt' or 'list').
Source
Changelog
Version | Description |
---|---|
WP-4.8.0 | Introduced. |