wpcf7_save_contact_form

wpcf7_save_contact_form

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_save_contact_form') is found 1 times:

  • /includes/contact-form-functions.php line 348
    	}
    
    	$contact_form->set_properties( $properties );
    
    	do_action( 'wpcf7_save_contact_form', $contact_form, $args, $context );
    
    	if ( 'save' == $context ) {
    		$contact_form->save();
    	}
    
    	return $contact_form;
    

See this hook used in plugins: