I have been trying to create an options page with the advanced custom fields plugin and have added the following code to the theme level functions.php file:
if( function_exists('acf_add_options_page') ) {
acf_add_options_page('General Info');
}
However, when I refresh the wordpress admin panel, a link to the new menu option isn't created.
Does anyone know why this is and how to resolve? I am on Wordpress 4.4.2