leadbellydesign
4/22/2017 - 7:55 PM

ACF Options Page (Icon/Position)

ACF Options Page (Icon/Position)

// http://support.advancedcustomfields.com/forums/topic/change-menu-position-of-options-page/
// ICONS: https://developer.wordpress.org/resource/dashicons/#welcome-widgets-menus
// MENU POSITIONS: https://developer.wordpress.org/reference/functions/add_menu_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

) );