Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. $fields['billing']['billing_sim_phone_dialcode'] = array(
  2. 'label' => __('Select Dial Code', 'woocommerce'),
  3. 'placeholder' => _x('', 'placeholder', 'woocommerce'),
  4. 'class' => array( 'form-row-first' ),
  5. 'required' => false,
  6. 'clear' => false,
  7. 'type' => 'select',
  8. 'options' => array(
  9. 'option_a' => __('option a', 'woocommerce' ),
  10. 'option_b' => __('option b', 'woocommerce' )
  11. )
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement