Inventory_Presser_Contact_Form_7::add_form_tags()

Adds an [invp_vehicle] form tag to Contact Form 7

On This Page


Return Return

(void)


Top ↑

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 )
			);
		}