Support

Account

Home Forums ACF PRO Default value is not displayed in the options page Reply To: Default value is not displayed in the options page

  • try this in function.php

    // Add SubMenu on option pages
    	//
    	if(function_exists('acf_add_options_page')) { 
     		acf_add_options_page();
    			acf_add_options_sub_page('Option');
    	 
    	}