Support

Account

Home Forums Front-end Issues update_field with a relationship field Reply To: update_field with a relationship field

  • Hello,

    did you try to hook on :
    add_filter('acf/save_post' , 'your_save_post_function', 10, 1 );

    and update your field into the function ?