post_date_column_status WordPress Filter Hook

The post_date_column_status hook is a hook that allows you to change the post date column status. This hook is called by the admin_init action.

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').


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.