Beispiel #1
0
 /**
  * Function that checks how many checkout fields are stored in checkout form fields table
  */
 function get_count_checkout_fields()
 {
     $checkout = new WPSC_Checkout_Form();
     $count = $checkout->get_field_count();
     return $count;
 }