Created
March 15, 2015 15:59
-
-
Save besimhu/942866a8c2890e970d8f to your computer and use it in GitHub Desktop.
Add custom ACF option pages for ACF 5
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
// Add custom ACF option pages | |
if(function_exists('acf_add_options_page')) { | |
acf_add_options_page(); | |
acf_add_options_sub_page('Site Options'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment