Guest User

1

a guest
Mar 15th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $wp_customize->add_setting('gallery_photos_1', array(
  2. 'default' => '',)) ;
  3.  
  4. $wp_customize->add_control('gallery_photos_1', array(
  5. 'label' => '1st image',
  6. 'section' => 'gallery_photos',
  7. 'settings' => 'gallery_photos_1',
  8. 'priority' => 1,
  9. 'type' => 'text',));
Advertisement
Add Comment
Please, Sign In to add comment