Advertisement
Guest User

Custom Control slider hook

a guest
Mar 17th, 2013
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. $wp_custom->add_control( new WM4_Customize_Slider_Control( $wp_custom,
  2.                                'idforslider',
  3.                                array( 'priority'  => 1,
  4.                                   'label'     => 'Label for this slider',
  5.                                   'section'   => 'Menu Section to put the Control under',
  6.                                   'settings'  => options['idforslider'],
  7.                                  )
  8.                                   )
  9.             );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement