Inventory_Presser_Contact_Form_7::add_form_tags()
Adds an [invp_vehicle] form tag to Contact Form 7
Return Return
(void)
Source Source
File: includes/integrations/class-contact-form-7.php
public function add_form_tags() { wpcf7_add_form_tag( array( 'invp_vehicle', 'invp_vehicle*' ), array( $this, 'handler_vehicle' ), array( 'name-attr' => true ) ); }
Expand full source codeCollapse full source codeView on Github