Tagged Questions
0
votes
1answer
202 views
wp_update_post is not updating category
I am using this custom function to add a publish/unpublish button to the front end of my site for the users:
if ('draft' == get_post_status ($post_id)) {
$post = ...