Skip to content

Instantly share code, notes, and snippets.

@besimhu
Created March 15, 2015 15:59
Show Gist options
  • Save besimhu/942866a8c2890e970d8f to your computer and use it in GitHub Desktop.
Save besimhu/942866a8c2890e970d8f to your computer and use it in GitHub Desktop.
Add custom ACF option pages for ACF 5
// 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