Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

happyforms_submission_success action hook parameters

$
0
0

Replies: 0

Hello

Why do you send the third parameter with blank array value?

do_action( 'happyforms_submission_success', $submission, $form, array() );

remove third parameter is better

do_action( 'happyforms_submission_success', $submission, $form );


Viewing all articles
Browse latest Browse all 59525

Trending Articles