corsonr
10/16/2013 - 2:08 PM

Mastering WooCommerce Products Custom Fields 5

Mastering WooCommerce Products Custom Fields 5

// Textarea
woocommerce_wp_textarea_input( 
	array( 
		'id'          => '_textarea', 
		'label'       => __( 'My Textarea', 'woocommerce' ), 
		'placeholder' => '', 
		'description' => __( 'Enter the custom value here.', 'woocommerce' ) 
	)
);