Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Last active June 24, 2016 11:02
Show Gist options
  • Save maheshwaghmare/568138760d9aff7155422e8342c3e104 to your computer and use it in GitHub Desktop.
Save maheshwaghmare/568138760d9aff7155422e8342c3e104 to your computer and use it in GitHub Desktop.
test1
// Menu item spacing
array(
'id' => 'nice-supplementary-menu-item-padding-lr',
'title' => __( 'Menu Item Horizontal Spacing', 'nice' ),
'desc' => __( 'Controls left & right spacing of each menu item.', 'nice' ),
'type' => 'spinner',
'default' => 20,
'step' => 1,
'max' => 250,
'display_value' => 'select',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment