wp_update_comment_count_now() wp_update_comment_count_now() wp_update_comment_count_now( int $post_id ) 更新文章的评论计数。 ... 最后更新 2022.04.11
wp_publish_post() wp_publish_post() wp_publish_post( int|WP_Post $post ) 通过转换发布状态发布文章。 Publ... 最后更新 2022.04.11
wp_count_posts() wp_count_posts() wp_count_posts( string $type = ‘post’, string $perm = ”... 最后更新 2022.04.11
wp_set_password() wp_set_password() wp_set_password( string $password, int $user_id ) 使用新的加... 最后更新 2022.04.11
term_exists() term_exists() term_exists( int|string $term, string $taxonomy = ”, in... 最后更新 2022.04.11
wp_delete_user() wp_delete_user() wp_delete_user( int $id, int $reassign = null ) 删除用户并有选... 最后更新 2022.04.11
wp_insert_user() wp_insert_user() wp_insert_user( array|object|WP_User $userdata ) 将用户插入数... 最后更新 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_remove_object_terms() wp_remove_object_terms() wp_remove_object_terms( int $object_id, string|int|arra... 最后更新 2022.04.11
wp_insert_post() wp_insert_post() wp_insert_post( array $postarr, bool $wp_error = false ... 最后更新 2022.04.11
wp_delete_post() wp_delete_post() wp_delete_post( int $postid, bool $force_delete = false... 最后更新 2022.04.11
wp_delete_attachment() wp_delete_attachment() wp_delete_attachment( int $post_id, bool $force_delete ... 最后更新 2022.04.11
wp_dropdown_users() wp_dropdown_users() wp_dropdown_users( array|string $args = ” ) 创建用户的下拉HTML... 最后更新 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
comments_template() comments_template() comments_template( string $file = ‘/comments.php’, bool... 最后更新 2022.04.11
delete_option() delete_option() delete_option( string $option ) 按名称删除选项。防止删除受保护的WordPre... 最后更新 2022.04.11