Support

Account

Home Forums General Issues Set post publish date by custom field? Reply To: Set post publish date by custom field?

  • I don’t see anything wrong with your function except the odd whitespace here

    
    add_action ('acf / save_post', 'my_acf_save_post', 20);
    

    if that’s actually what’s in your code I would be surprised if your action runs at all.