Support

Account

Home Forums ACF PRO Unable to Create Options Pages in ACF Pro

Solved

Unable to Create Options Pages in ACF Pro

  • Hi,

    Previously (i.e ACF4) the following was able to register a new options page:

    if ( function_exists('acf_add_options_page') ) {
    	acf_add_options_page(array(
    		'page_title' => 'Global Options'
    	));
    }

    This doesn’t appear to work in ACF 5.1.3. Has the syntax changed?

  • Ok looks like the theme needs to be deactivated then re-activated if the above is added after initial activation. All sorted.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Unable to Create Options Pages in ACF Pro’ is closed to new replies.