标签: php wordpress codex
我正在使用WordPress插件,并希望在我的插件中添加预定的帖子。任何人都可以分享如何执行此操作的示例代码吗?
我正在使用wp_insert_post()函数添加帖子,我想我必须修改此函数中的参数。 'post_status' => 'future'
wp_insert_post()
'post_status' => 'future'
我不确定如何设置发布帖子的日期和时间!
答案 0 :(得分:1)
函数wp_insert_post和wp_update_post都接受一系列帖子。
wp_insert_post
wp_update_post
在参数中,您可以设置post_date和post_date_gmt的值。
post_date
post_date_gmt