wpcf7_constant_contact_submit

wpcf7_constant_contact_submit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_constant_contact_submit') is found 1 times:

  • /modules/constant-contact/constant-contact.php line 61
    	if ( empty( $prop['enable_contact_list'] ) ) {
    		$do_submit = false;
    	}
    
    	$do_submit = apply_filters( 'wpcf7_constant_contact_submit',
    		$do_submit, $contact_form, $result
    	);
    
    	if ( ! $do_submit ) {
    		return;
    	}