V
V
Vadim Timoshenko2018-06-27 19:27:49
WordPress
Vadim Timoshenko, 2018-06-27 19:27:49

After using wpcf7_before_send_mail in contact form 7 the wheel spins endlessly, why?

I am using the construct:

add_action( 'wpcf7_before_send_mail', 'wpcform7' );

function wpcform7( $contact_form ) {
/* испольняемый код */
}

As a result, the letter arrives in the mail. And the function code is executed. But the ajax send wheel is spinning endlessly. Is the function supposed to return something at the end?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question