函数描述
通过更新文章状态设置文章为发布状态,相当于点击了后台的发表按钮。
Attention:此函数除了修改文章状态,不做其他任何操作,如果想检查是否设置了文章标题,请使用 wp_update_post()。
Usage
<?php wp_publish_post( $post_id ) ?>
parameters
parameters | data type | Required or not | descriptive | default value |
---|---|---|---|---|
$post_id | integer (math.) | be | 文章ID | none |
return value
(null)