Created
August 14, 2014 10:22
-
-
Save tjhole/5e7bbcc349283d1beb62 to your computer and use it in GitHub Desktop.
ACF: Options Page Enable
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(); | |
acf_add_options_sub_page('Header'); | |
acf_add_options_sub_page('Footer'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment