Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $wp_customize->add_setting( 'DD_1st_slide_background' );
  2.  
  3. $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize, 'DD_1st_slide_background', array(
  4. 'label' => '1st Slide, background',
  5. 'priority' => 1,
  6. 'section' => 'DD_slider_section',
  7. 'settings' => 'DD_1st_slide_background',
  8. ) ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement