Forums
(@bebaps)
10 years ago
try this instead
// add option pages if( function_exists('acf_add_options_page') ) { acf_add_options_page('Options Page'); }
in your example your are using $page which may be the cause
$page