Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. array(
  2. 'label'=> 'Select Box',
  3. 'desc' => 'A description for the field.',
  4. 'id' => $prefix.'select',
  5. 'type' => 'select',
  6. 'options' => array (
  7. 'one' => array (
  8. 'label' => 'Option One',
  9. 'value' => '?> <img src="<?php bloginfo('template_directory'); ?>/images/mainimage.jpg" title="" alt="" /><?php'
  10. ),
  11. 'two' => array (
  12. 'label' => 'Option Two',
  13. 'value' => 'another url to a different image will go here'
  14. ),
  15. 'three' => array (
  16. 'label' => 'Option Three',
  17. 'value' => 'another url to a different image will go here'
  18. )
  19. )
  20. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement