corsonr
10/17/2013 - 7:03 AM

Mastering WooCommerce Products Custom Fields 8

Mastering WooCommerce Products Custom Fields 8

// Hidden field
woocommerce_wp_hidden_input(
array( 
	'id'    => '_hidden_field', 
	'value' => 'hidden_value'
	)
);