Support

Account

Home Forums General Issues update_field on Publish Reply To: update_field on Publish

  • I found that if I comment out line 61 of acf.php it works (however all my other Custom Fields do not get saved).
    //add_action('acf/save_post', array($this, 'save_post'), 10);