Filters the status text of the post.
$statusstring$postWP_Post$column_namestring$modestringwp-admin/includes/class-wp-posts-list-table.php:1333WP_Posts_List_Table::column_date() * * @param string $status The status text. * @param WP_Post $post Post object. * @param string $column_name The column name. * @param string $mode The list display mode ('excerpt' or 'list'). */ $status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode ); if ( $status ) { echo $status . '<br />'; } /**Introduced in 4.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.