the_category_rss() the_category_rss() the_category_rss( string $type = null ) 显示订阅源中的文章类别。 Di... 最后更新 2022.04.11
trackback_url() trackback_url() trackback_url( bool $deprecated_echo = true ) 显示当前文章的tr... 最后更新 2022.04.11
wp_publish_post() wp_publish_post() wp_publish_post( int|WP_Post $post ) 通过转换发布状态发布文章。 Publ... 最后更新 2022.04.11
wp_trash_post() wp_trash_post() wp_trash_post( int $post_id ) 将文章或页面移到垃圾箱 Move a post o... 最后更新 2022.04.11
taxonomy_exists() taxonomy_exists() taxonomy_exists( string $taxonomy ) 确定分类名称是否存在。 Determi... 最后更新 2022.04.11
term_exists() term_exists() term_exists( int|string $term, string $taxonomy = ”, in... 最后更新 2022.04.11
wp_link_pages() wp_link_pages() wp_link_pages( string|array $args = ” ) 页面列表的格式化输出。 The... 最后更新 2022.04.11
wp_get_post_revisions() wp_get_post_revisions() wp_get_post_revisions( int|WP_Post $post_id, array|null... 最后更新 2022.04.11
wp_is_post_revision() wp_is_post_revision() wp_is_post_revision( int|WP_Post $post ) 确定指定的文章是否为修订版。... 最后更新 2022.04.11
set_post_thumbnail() set_post_thumbnail() set_post_thumbnail( int|WP_Post $post, int $thumbnail_i... 最后更新 2022.04.11
the_permalink() the_permalink() the_permalink( int|WP_Post $post ) 显示当前文章的永久链接。 Display... 最后更新 2022.04.11
wp_attachment_is_image() wp_attachment_is_image() wp_attachment_is_image( int|WP_Post $post = null ) 确定附件... 最后更新 2022.04.11
wp_get_post_terms() wp_get_post_terms() wp_get_post_terms( int $post_id, string|array $taxonomy... 最后更新 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_set_post_categories() wp_set_post_categories() wp_set_post_categories( int $post_ID, array|int $post_c... 最后更新 2022.04.11
set_post_format() set_post_format() set_post_format( int|object $post, string $format ) 为文章... 最后更新 2022.04.11
the_excerpt() the_excerpt() the_excerpt() 显示文章摘要。 Display the post excerpt. 目录锚点:#参... 最后更新 2022.04.11
wp_get_post_categories() wp_get_post_categories() wp_get_post_categories( int $post_id, array $args = arr... 最后更新 2022.04.11
wp_insert_post() wp_insert_post() wp_insert_post( array $postarr, bool $wp_error = false ... 最后更新 2022.04.11