get_attachment_taxonomies() get_attachment_taxonomies() get_attachment_taxonomies( int|array|object $attachment... 最后更新 2022.04.11
sync_category_tag_slugs() sync_category_tag_slugs() sync_category_tag_slugs( WP_Term|array $term, string $t... 最后更新 2022.04.11
register_taxonomy_for_object_type() register_taxonomy_for_object_type() register_taxonomy_for_object_type( string $taxonomy, st... 最后更新 2022.04.11
wp_get_object_terms() wp_get_object_terms() wp_get_object_terms( int|int[] $object_ids, string|stri... 最后更新 2022.04.11
wp_set_post_terms() wp_set_post_terms() wp_set_post_terms( int $post_id, string|array $tags = ”... 最后更新 2022.04.11
wp_insert_post() wp_insert_post() wp_insert_post( array $postarr, bool $wp_error = false ... 最后更新 2022.04.11
wp_delete_attachment() wp_delete_attachment() wp_delete_attachment( int $post_id, bool $force_delete ... 最后更新 2022.04.11
wp_set_object_terms() wp_set_object_terms() wp_set_object_terms( int $object_id, string|int|array $... 最后更新 2022.04.11
wp_insert_term() wp_insert_term() wp_insert_term( string $term, string $taxonomy, array|s... 最后更新 2022.04.11
get_adjacent_post_rel_link() get_adjacent_post_rel_link() get_adjacent_post_rel_link( string $title = ‘%title’, b... 最后更新 2022.04.11
clean_term_cache() clean_term_cache() clean_term_cache( int|int[] $ids, string $taxonomy = ”,... 最后更新 2022.04.11
adjacent_post_link() adjacent_post_link() adjacent_post_link( string $format, string $link, bool ... 最后更新 2022.04.11
adjacent_posts_rel_link() adjacent_posts_rel_link() adjacent_posts_rel_link( string $title = ‘%title’, bool... 最后更新 2022.04.11
add_term_meta() add_term_meta() add_term_meta( int $term_id, string $meta_key, mixed $m... 最后更新 2022.04.11
get_the_category get_the_category WordPress模板标签get_the_category用于获取当前分类信息,包含分类ID、分类名称、分类别... 最后更新 2022.04.11
get_categories[获取分类信息函数] get_categories[获取分类信息函数] WordPress函数get_categories用于获取分类的信息 1 get_categories( st... 最后更新 2022.04.11
wp_list_categories[分类列表标签] wp_list_categories[分类列表标签] WordPress模板标签wp_list_categories用于输出分类列表,通常在导航栏需要用到 1 wp... 最后更新 2022.04.11
get_next_post[获取下一篇文章信息函数] get_next_post[获取下一篇文章信息函数] WordPress函数get_next_post用于获取下一篇文章的信息,包括:文章内容、摘要、状态、标题、作... 最后更新 2022.04.11
register_post_type【详解】 register_post_type【详解】 https://vpura.com/2018/03/30/wp_jiaocheng/code/51/ 说明 r... 最后更新 2022.04.11