Inventory_Presser_WPForms::tags()
Returns an array of WP Forms Smart Tags we support.
Return Return
(array)
Source Source
File: includes/integrations/class-wpforms.php
protected function tags() { return array( 'invp_adf_vehicle' => __( 'ADF XML Vehicle', 'inventory-presser' ), 'invp_site_url' => __( 'Site URL', 'inventory-presser' ), ); }
Expand full source codeCollapse full source codeView on Github