Skip to content
Snippets Groups Projects
Commit 4f17ccd8 authored by Christian Wach's avatar Christian Wach :soccer:
Browse files

Do not clear Form Action query vars

parent 0dce9781
No related branches found
Tags 0.1
No related merge requests found
......@@ -84,8 +84,8 @@ class CFAFA_ACFE {
// Register ACFE Form Actions.
add_filter( 'acfe/include_form_actions', [ $this, 'register_form_actions' ], 50 );
// Add Form Actions Javascript.
add_action( 'acfe/form/submit', [ $this, 'form_action_query_vars_clear' ] );
// Clear Form Action Query Vars.
//add_action( 'acfe/form/submit', [ $this, 'form_action_query_vars_clear' ] );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment