corsonr
10/16/2013 - 1:53 PM

Mastering WooCommerce Products Custom Fields 2

Mastering WooCommerce Products Custom Fields 2

function woo_add_custom_general_fields() {

  global $woocommerce, $post;
  
  echo '<div class="options_group">';
  
  // Custom fields will be created here...
  
  echo '</div>';
	
}