Inventory_Presser_Plugin::single_sections_add_form( array $sections )

Adds a contact form to single vehicle pages if a form is saved in the setting.


Parameters Parameters

$sections

(array) (Required)


Top ↑

Return Return

(array)


Top ↑

Source Source

File: inventory-presser.php

						$form_html
					);
				}
			}
			return $sections;
		}
	}

	$inventory_presser = new Inventory_Presser_Plugin();
	$inventory_presser->add_hooks();
}