Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created June 10, 2015 21:47
Show Gist options
  • Save musicalbigfoot/6ce386ae68da98d26088 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/6ce386ae68da98d26088 to your computer and use it in GitHub Desktop.
Wordpress ACF Pro Options Page
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