Support

Account

Home Forums Add-ons Options Page get_field not working for options page Reply To: get_field not working for options page

  • Hi @nabha

    Thanks for teh bug report. I am unable to reproduce the error on my end. Can you please remove some variables and simply print out the value in your functions.php file like so:

    
    echo '<pre>';
    		print_r( get_field('ancestor_urls', 'option') );
    	echo '</pre>';
    	die; 
    

    Thanks
    E