Created
June 10, 2015 21:47
-
-
Save musicalbigfoot/6ce386ae68da98d26088 to your computer and use it in GitHub Desktop.
Wordpress ACF Pro Options Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if( function_exists('acf_add_options_page') ) { | |
acf_add_options_page(array( | |
'page_title' => 'Fiera Woocommerce Settings', | |
'menu_title' => 'Fiera Woo', | |
'menu_slug' => 'fiera-woocommerce-settings', | |
'capability' => 'edit_posts', | |
'position' => 62, | |
'icon_url' => 'dashicons-cart', | |
)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment