wp_update_post() example… how to update the_content in a textarea?

It depends on where you’re using this. Is global $post giving you the specific post that you want to update? Your WordPress update post code looks right to me, but is the if-statement valid, and is $post->ID yielding the correct int?

Leave a Comment