Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Forked from nroca/gist:511ef1d287ba7121f596
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ControlledChaos/516242eb5ed700d3bd30 to your computer and use it in GitHub Desktop.
Save ControlledChaos/516242eb5ed700d3bd30 to your computer and use it in GitHub Desktop.
// http://support.advancedcustomfields.com/forums/topic/change-menu-position-of-options-page/
acf_add_options_page( array(
'page_title' => 'Home Page Sliders',
'menu_title' => 'Sliders',
'menu_slug' => 'home-page-sliders',
'capability' => 'edit_posts',
'icon_url' => 'dashicons-images-alt2',
'position' => 7
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment