Support

Account

Home Forums ACF PRO Problem retrieving fields using save_post Reply To: Problem retrieving fields using save_post

  • Hi @nhall

    Thanks for the code. I’ve just tested it and can confirm that it works.
    Can you please debug your function to double check that the value is being found?

    
    echo '<pre>';
    	print_r($eventName);
    echo '</pre>';
    die;