Created
April 13, 2015 09:29
-
-
Save pramodjodhani/edc03a0aeb7ee806ce1e to your computer and use it in GitHub Desktop.
ACF Pro - add 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' => '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