Skip to content

Commit

Permalink
Add form_submission_filter hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellstrom authored Oct 31, 2023
1 parent c924648 commit 6fdeb9d
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("post_submission_filter", $params);
$this->submit();
$return["status"] = "Success";
}
Expand Down

0 comments on commit 6fdeb9d

Please sign in to comment.