Home / Form Helper (snippet 11)
Duplicate Snippet

Embed Snippet on Your Site

Form Helper (snippet 11)

Product Field Automatic Save Example

Code Preview
php
<?php
WCVendors_Pro_Form_Helper::input( array(  
		'post_id'			=> $object_id, 
		'id' 				=> '_wcv_custom_product_ingredients', 
		'label' 			=> __( 'Ingredients', 'wcvendors-pro' ), 
		'placeholder' 		=> __( 'Ingredients', 'wcvendors-pro' ), 
		'desc_tip' 			=> 'true', 
		'description' 		=> __( 'The product ingredients', 'wcvendors-pro' ), 
	) 
);

Comments

Add a Comment