On this page
apply_filters( 'post_date_column_status', string $status, WP_Post $post, string $column_name, string $mode )
Filters the status text of the post.
Parameters
$statusstring-
The status text.
$postWP_Post-
Post object.
$column_namestring-
The column name.
$modestring-
The list display mode (
'excerpt'or'list').
Source
File: wp-admin/includes/class-wp-posts-list-table.php. View all references
$status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode );
Related
Used By
| Used By | Description |
|---|---|
| WP_Posts_List_Table::column_date() wp-admin/includes/class-wp-posts-list-table.php | Handles the post date column output. |
Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_date_column_status