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_update_term() wp_update_term() wp_update_term( int $term_id, string $taxonomy, array|s... 最后更新 2022.04.11
wp_insert_term() wp_insert_term() wp_insert_term( string $term, string $taxonomy, array|s... 最后更新 2022.04.11
wp_delete_term() wp_delete_term() wp_delete_term( int $term, string $taxonomy, array|stri... 最后更新 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
get_adjacent_post_link() get_adjacent_post_link() get_adjacent_post_link( string $format, string $link, b... 最后更新 2022.04.11
clean_term_cache() clean_term_cache() clean_term_cache( int|int[] $ids, string $taxonomy = ”,... 最后更新 2022.04.11
clean_object_term_cache() clean_object_term_cache() clean_object_term_cache( int|array $object_ids, array|s... 最后更新 2022.04.11
create_initial_taxonomies() create_initial_taxonomies() create_initial_taxonomies() 创建初始分类。Creates the initial ... 最后更新 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
add_rewrite_tag() add_rewrite_tag() add_rewrite_tag( string $tag, string $regex, string $qu... 最后更新 2022.04.11
PHP之operators PHP之operators PHP运算符 PHP运算符是一个符号,即用于对操作数执行操作。简而言之,运算符用于对变量或值执行运算。例如: ... 最后更新 2022.04.11
get_the_category get_the_category WordPress模板标签get_the_category用于获取当前分类信息,包含分类ID、分类名称、分类别... 最后更新 2022.04.11
get_all_category_ids[获取所有分类ID函数] get_all_category_ids[获取所有分类ID函数] 注意:官网不推荐使用此功能。 使用get_terms()代替。 WordPress函数get_all_cate... 最后更新 2022.04.11
get_categories[获取分类信息函数] get_categories[获取分类信息函数] WordPress函数get_categories用于获取分类的信息 1 get_categories( st... 最后更新 2022.04.11