register_post_type() register_post_type() register_post_type( string $post_type, array|string $ar... 最后更新 2022.04.11
register_taxonomy() register_taxonomy() register_taxonomy( string $taxonomy, array|string $obje... 最后更新 2022.04.11
next_post_link() next_post_link() next_post_link( string $format = ‘%link »’, s... 最后更新 2022.04.11
next_post_rel_link() next_post_rel_link() next_post_rel_link( string $title = ‘%title’, bool $in_... 最后更新 2022.04.11
post_categories_meta_box() post_categories_meta_box() post_categories_meta_box( WP_Post $post, array $box ) 显... 最后更新 2022.04.11
is_object_in_term() is_object_in_term() is_object_in_term( int $object_id, string $taxonomy, in... 最后更新 2022.04.11
is_taxonomy() is_taxonomy() is_taxonomy( string $taxonomy ) 检查分类名称是否存在。Checks that ... 最后更新 2022.04.11
is_taxonomy_hierarchical() is_taxonomy_hierarchical() is_taxonomy_hierarchical( string $taxonomy ) 确定分类对象是否分层... 最后更新 2022.04.11
is_object_in_taxonomy() is_object_in_taxonomy() is_object_in_taxonomy( string $object_type, string $tax... 最后更新 2022.04.11
is_taxonomy_viewable() is_taxonomy_viewable() is_taxonomy_viewable( string|WP_Taxonomy $taxonomy ) 确定... 最后更新 2022.04.11
in_category() in_category() in_category( int|string|array $category, int|object $po... 最后更新 2022.04.11
get_the_taxonomies() get_the_taxonomies() get_the_taxonomies( int|WP_Post $post, array $args = ar... 最后更新 2022.04.11
get_the_terms() get_the_terms() get_the_terms( int|WP_Post $post, string $taxonomy ) 检索... 最后更新 2022.04.11
get_the_term_list() get_the_term_list() get_the_term_list( int $id, string $taxonomy, string $b... 最后更新 2022.04.11
get_the_category() get_the_category() get_the_category( int $id = false ) 检索文章类别。Retrieve pos... 最后更新 2022.04.11
get_term_by() get_term_by() get_term_by( string $field, string|int $value, string $... 最后更新 2022.04.11
get_term_children() get_term_children() get_term_children( int $term_id, string $taxonomy ) 将所有... 最后更新 2022.04.11