get_terms_args get_terms_args apply_filters( ‘get_terms_args’, array $args, string[] ... 最后更新 2022.04.11
get_the_terms get_the_terms apply_filters( ‘get_the_terms’, WP_Term[]|WP_Error $ter... 最后更新 2022.04.11
clean_term_cache clean_term_cache do_action( ‘clean_term_cache’, array $ids, string $taxo... 最后更新 2022.04.11
register_term_meta() register_term_meta() register_term_meta( string $taxonomy, string $meta_key,... 最后更新 2022.04.11
previous_post_link() previous_post_link() previous_post_link( string $format = ‘« %link... 最后更新 2022.04.11
post_tags_meta_box() post_tags_meta_box() post_tags_meta_box( WP_Post $post, array $box ) 显示post ... 最后更新 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
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