WordPress 函数手册POSTS 1732

整理汇总WordPress的函数说明,希望帮助喜欢wordpress开发的朋友。

get_tag()

get_tag( int|WP_Term|object $tag, string $output = OBJE...

最后更新

get_theme()

get_theme( string $theme ) 检索主题数据。Retrieve theme data. ...

最后更新

get_themes()

get_themes() 检索主题目录中包含主题数据的主题列表。Retrieve list of themes...

最后更新

get_post()

get_post( int|WP_Post|null $post = null, string $output...

最后更新

get_postdata()

get_postdata( int $postid ) 检索给定文章的所有文章数据。Retrieves all...

最后更新

get_posts()

get_posts( array $args = null ) 检索与给定条件匹配的最新帖子的数组。Retri...

最后更新