corsonr
10/17/2013 - 7:02 AM

Mastering WooCommerce Products Custom Fields 7

Mastering WooCommerce Products Custom Fields 7

// Checkbox
woocommerce_wp_checkbox( 
array( 
	'id'            => '_checkbox', 
	'wrapper_class' => 'show_if_simple', 
	'label'         => __('My Checkbox Field', 'woocommerce' ), 
	'description'   => __( 'Check me!', 'woocommerce' ) 
	)
);