Skip to content

Commit

Permalink
gw-update-posts.php: Fixed an issue with confirmation message not d…
Browse files Browse the repository at this point in the history
…isplaying.
  • Loading branch information
saifsultanc committed Nov 3, 2023
1 parent 4731e66 commit ab0e9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gravity-forms/gw-update-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function update_post_by_entry( $entry, $form ) {

}

// ensure the fires after hooks is set to false, so that doesn't override some of the normal rendering - GF confirmation for instance.
wp_update_post( $post, false, false );

}
Expand Down

0 comments on commit ab0e9ef

Please sign in to comment.