Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Created March 12, 2015 03:39
Show Gist options
  • Save ahaywood/e90bfd3ff24703aeaa12 to your computer and use it in GitHub Desktop.
Save ahaywood/e90bfd3ff24703aeaa12 to your computer and use it in GitHub Desktop.
PHP: WP - Add an ACF Options Page
/*------------------------------------*\
Create an ACF Options Page
http://www.advancedcustomfields.com/resources/options-page/
\*------------------------------------*/
/*
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