Skip to content

Instantly share code, notes, and snippets.

@bluedognz
Created November 16, 2018 02:34
Show Gist options
  • Save bluedognz/9ab7524f1a712bcc804ee366185e2c1f to your computer and use it in GitHub Desktop.
Save bluedognz/9ab7524f1a712bcc804ee366185e2c1f to your computer and use it in GitHub Desktop.
Adds the ACF options page to the WP 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