Skip to content

Instantly share code, notes, and snippets.

@pramodjodhani
Created April 13, 2015 09:29
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 pramodjodhani/edc03a0aeb7ee806ce1e to your computer and use it in GitHub Desktop.
Save pramodjodhani/edc03a0aeb7ee806ce1e to your computer and use it in GitHub Desktop.
ACF Pro - add options page
if( function_exists('acf_add_options_page') ) {
acf_add_options_page(array(
'page_title' => 'Zip Codes',
'menu_title' => 'Zip Codes',
'menu_slug' => 'zip-codes',
'capability' => 'manage_options',
'redirect' => false
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment