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.
On This Page
Parameters Parameters
- $sections
-
(array) (Required)
Return Return
(array)
Source Source
File: inventory-presser.php
$form_html ); } } return $sections; } } $inventory_presser = new Inventory_Presser_Plugin(); $inventory_presser->add_hooks(); }
Expand full source codeCollapse full source codeView on Github