Home / Adding a Custom Field for Products (snippet 1)
Duplicate Snippet

Embed Snippet on Your Site

Adding a Custom Field for Products (snippet 1)

Text Field

Code Preview
php
<?php
$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