Tagged Questions
1
vote
1answer
159 views
Updating post content on the front end
I have used the code below to add frontend editing to my posts/pages. How would I go about saving the post content when an update/save button is pressed?
$post_id = get_the_ID();
$settings = array(
...