Filters the post status.
Parameters
$post_status
string- The post status.
$post
WP_Post- The post object.
Source
return apply_filters( 'get_post_status', $post_status, $post );
Filters the post status.
$post_status
string$post
WP_Postreturn apply_filters( 'get_post_status', $post_status, $post );
You must log in before being able to contribute a note or feedback.
Example: Changed post status of post id 1