Skip to content

Commit

Permalink
Merge pull request #17 from municipio-se/feat/form_submission_filter_…
Browse files Browse the repository at this point in the history
…hook

Add municipio_gatsby_post_form_submission_filter hook
  • Loading branch information
dhellstrom authored Nov 1, 2023
2 parents c924648 + e39056f commit d36e04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/post-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function postForm($request) {
)
) {
$_POST = $params;
do_action("municipio_gatsby_post_form_submission_filter", $params);
$this->submit();
$return["status"] = "Success";
}
Expand Down

0 comments on commit d36e04c

Please sign in to comment.