Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created August 14, 2014 10:22
Show Gist options
  • Save tjhole/5e7bbcc349283d1beb62 to your computer and use it in GitHub Desktop.
Save tjhole/5e7bbcc349283d1beb62 to your computer and use it in GitHub Desktop.
ACF: Options Page Enable
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