Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Contact Form 7

wpcf7_before_send_mail Hook

Run logic before CF7 sends mail — enrich, log, or abort.

Contact Form 7 Tutorial Series (38/100). Prefer one article? Read the complete Contact Form 7 tutorial.

Short description

`wpcf7_before_send_mail` is a key integration point for CRM sync and custom abort rules.

before_send_mail example

add_action('wpcf7_before_send_mail', function ($contact_form, &$abort, $submission) {
    // inspect $submission->get_posted_data();
    // set $abort = true to stop mail if needed
}, 10, 3);

Leave a reply

Your email address will not be published. Required fields are marked *