apply_filters( 'get_post_status', string $post_status, WP_Post $post )

Filters the post status.


Description Description


Parameters Parameters

$post_status

(string) The post status.

$post

(WP_Post) The post object.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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