Forms : Custom Action = Fatal error ?
-
Hello, when I add the next lines in my child theme functions.php file, I get a Fatal error !
action('acfe/form/validate_my-action', $form, $action);
action('acfe/form/validate_my-action/form=my-form', $form, $action);
add_action('acfe/form/validate_my-action', 'my_form_validation', 10, 2);
function my_form_validation($form, $action){ ...Fatal error: Uncaught Error: Call to undefined function action()
What I’m doing wrong ?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.