Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. piklist('field', array(
  2. 'type' => 'checkbox'
  3. ,'scope' => 'taxonomy' // Not used for settings sections
  4. ,'field' => 'provider_specialties'
  5. ,'label' => __('Specialties')
  6. ,'list' => true
  7. ,'attributes' => array(
  8. 'class' => 'text'
  9. )
  10. ,'choices' => array(
  11. 'Family Medicine' => 'Family Medicine'
  12. ,'Cardiology (Heart)' => 'Cardiology (Heart)'
  13. ,'Dentistry' => 'Dentistry'
  14. ,'Dermatology'=> 'Dermatology'
  15. ,'Ear, Nose & Throat (ENT)' => 'Ear, Nose & Throat (ENT)'
  16. ,'Endocrinology (Diabetes)' => 'Endocrinology (Diabetes)'
  17. ,'Gastroenterology' => 'Gastroenterology'
  18. ,'Gynecology (Women\'s Health)' => 'Gynecology (Women\'s Health)'
  19. ,'Immunology (Allergist)' => 'Immunology (Allergist)'
  20. ,'Infectious Disease' => 'Infectious Disease'
  21. ,'Internal Medicine' => 'Internal Medicine'
  22. ,'Nephrology (Kidney)' => 'Nephrology (Kidney)'
  23. ,'Neurology' => 'Neurology'
  24. ,'Obstetrics (Child Birth)' => 'Obstetrics (Child Birth)'
  25. ,'Opthalmology (Eye)' => 'Opthalmology (Eye)'
  26. ,'Optometry (Eye)' => 'Optometry (Eye)'
  27. ,'Orthopedic Surgery' => 'Orthopedic Surgery'
  28. ,'Pain Management' => 'Pain Management'
  29. ,'Pediatrics' => 'Pediatrics'
  30. ,'Plastic Surgery' => 'Plastic Surgery'
  31. ,'Podiatry (Foot & Ankle)' => 'Podiatry (Foot & Ankle)'
  32. ,'Psychiatry' => 'Psychiatry'
  33. ,'Psychology' => 'Psychology'
  34. ,'Pulmonology (Lungs)' => 'Pulmonology (Lungs)'
  35. ,'Radiology' => 'Radiology'
  36. ,'Rheumatology' => 'Rheumatology'
  37. ,'Sleep Medicine' => 'Sleep Medicine'
  38. ,'Sports Medicine' => 'Sports Medicine'
  39. ,'Urology' => 'Urology'
  40. )
  41. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement