Skip to content

Instantly share code, notes, and snippets.

@accrane
Created January 3, 2016 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save accrane/51b457b8d540c5e4817f to your computer and use it in GitHub Desktop.
Save accrane/51b457b8d540c5e4817f to your computer and use it in GitHub Desktop.
Add Options page to your ACF Dashboard
/* Adds an Options page to your Dashboard */
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment