Filter hook 'post_date_column_status'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 1230

Description

Filters the status text of the post.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 1230

Parameters

Type Name Description
string $status The status text.
WP_Post $post Post object.
string $column_name The column name.
string $mode The list display mode ('excerpt' or 'list').

PHP Doc

/**
		 * Filters the status text of the post.
		 *
		 * @since 4.8.0
		 *
		 * @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').
		 */