简体   繁体   English

如何在Wordpress中发布未来帖子

[英]How to make Future Posts in Wordpress

I am working on WordPress Plugin and want to add scheduled post in my plugin. 我正在使用WordPress插件,并希望在我的插件中添加预定的帖子。 Can anyone share a sample code for how to do this? 任何人都可以共享示例代码以执行此操作吗?

I am using wp_insert_post() function for add post, I guess I have to modify parameters in this function. 我正在使用wp_insert_post()函数添加帖子,我想我必须修改此函数中的参数。 'post_status' => 'future'

I am not sure how to set date and time when the post get published! 我不确定发布该帖子时如何设置日期和时间!

Both functions wp_insert_post and wp_update_post accepts an array of posts. wp_insert_postwp_update_post这两个函数wp_insert_post接受一组帖子。

And among the parameters, you can set the value of post_date and post_date_gmt . 在这些参数中,您可以设置post_datepost_date_gmt的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM