Inventory_Presser_WPForms::tags()

Returns an array of WP Forms Smart Tags we support.

On This Page


Return Return

(array)


Top ↑

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