W3cubDocs

/WordPress

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

(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

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac

Changelog

Version Description
4.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_date_column_status