apply_filters( ‘post_date_column_status’, string $status, WP_Post $post, string $column_name, string $mode )

In this article

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

$status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode );

Changelog

VersionDescription
4.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.