Advertisement
Guest User

ehoanshelt-piklist-field

a guest
Jul 23rd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /*
  3. Title: Credentials Select Box
  4. Post Type: provider
  5. */
  6.  
  7.   piklist('field', array(
  8.     'type' => 'select'
  9.     ,'field' => 'Credentials'
  10.     ,'value' => 'Acupuncturist'
  11.     ,'label' => __('Credentials')
  12.     ,'description' => __('Credentials of the provider')
  13.     ,'position' => 'wrap'
  14.     ,'choices' => array(
  15.       'Acupuncturist' => 'Acupuncturist'
  16.       ,'Alcohol/Drug Counselor' => 'Alcohol/Drug Counselor'
  17.       ,'Audiologist' => 'Audiologist'
  18.       ,'Biofeedback Technician' => 'Biofeedback Technician'
  19.       ,'Certified Registered Nurse Anesthetist' => 'Certified Registered Nurse Anesthetist'
  20.       ,'Christian Science Practitioner' => 'Christian Science Practitioner'
  21.       ,'Clinical Nurse Specialist' => 'Clinical Nurse Specialist'
  22.       ,'Clinical Psychologist' => 'Clinical Psychologist'
  23.       ,'Clinical Social Worker' => 'Clinical Social Worker'
  24.       ,'Dietician' => 'Dietician'
  25.       ,'Doctor of Chiropractic (DC)' => 'Doctor of Chiropractic (DC)'
  26.       ,'Doctor of Dental Medicine (DMD)' => 'Doctor of Dental Medicine (DMD)'
  27.       ,'Doctor of Dental Surgery (DDS)' => 'Doctor of Dental Surgery (DDS)'
  28.       ,'Doctor of Podiatric Medicine (DPM)' => 'Doctor of Podiatric Medicine (DPM)'
  29.       ,'Licensed Practical Nurse' => 'Licensed Practical Nurse'
  30.       ,'Marriage/Family Therapist' => 'Marriage/Family Therapist'
  31.       ,'Massage Therapist' => 'Massage Therapist'
  32.       ,'Medical Doctor (MD)' => 'Medical Doctor (MD)'
  33.       ,'Midwife' => 'Midwife'
  34.       ,'Naturopath' => 'Naturopath'
  35.       ,'Neuropsychologist' => 'Neuropsychologist'
  36.       ,'Nurse Midwife' => 'Nurse Midwife'
  37.       ,'Nurse Practitioner' => 'Nurse Practitioner'
  38.       ,'Nutritionist' => 'Nutritionist'
  39.       ,'Occupational Therapist' => 'Occupational Therapist'
  40.       ,'Optician' => 'Optician'
  41.       ,'Optometrist' => 'Optometrist'
  42.       ,'Osteopathic Doctor (DO)' => 'Osteopathic Doctor (DO)'
  43.       ,'Pharmacist' => 'Pharmacist'
  44.       ,'Physical Therapist' => 'Physical Therapist'
  45.       ,'Physician Assistant' => 'Physician Assistant'
  46.       ,'Professional Counselor' => 'Professional Counselor'
  47.       ,'Registered Nurse' => 'Registered Nurse'
  48.       ,'Respiratory Therapist' => 'Respiratory Therapist'
  49.       ,'Speech Pathologist' => 'Speech Pathologist'
  50.     )
  51.   ));
  52. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement