Forums
(@fjellf)
10 years, 8 months ago
Figured it out ??
Replaced “110” with $id_a = $_POST['post_ID'];
$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.