Thread Starter
fjellf
(@fjellf)
Figured it out 🙂
Replaced “110” with $id_a = $_POST['post_ID'];
$id_a = $_POST['post_ID'];
$my_post = array(
'ID' => $id_a,
'post_content' => 'This is the updated content.'
);
Odd, as I thought I already tried this approach.