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

Embed Snippet on Your Site

Adding a Custom Field for Products (snippet 2)

Text Area

Code Preview
php
<?php
'text',
     '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