Support

Account

Home Forums ACF PRO Options Page Plugin stopped working Reply To: Options Page Plugin stopped working

  • Hi guys.

    The options page docs are here: http://www.advancedcustomfields.com/resources/features/options-page/

    And the necessary code in your functions.php is:

    
    if( function_exists('acf_add_options_page') ) {
     
    	acf_add_options_page();
     
    }