📌  相关文章
📜  wordpress 获取帖子类型 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:43.708000             🧑  作者: Mango

代码示例2
// Retrieves the post type of the current post or of a given post.
get_post_type( int|WP_Post|null $post = null )