get_post_status

最后更新于:2021-11-26 23:05:53

apply_filters( ‘get_post_status’, string $post_status, GC_Post $post )

Filters the post status.

参数

$post_status

(string)
The post status.

$post

(GC_Post)
The post object.

源文件

文件: gc-includes/post.php

View on Trac