get_post_contents( $step_id ); wp_update_post( array( 'ID' => $step_id, 'post_content' => $content, ) ); } }