Support

Account

Home Forums Backend Issues (wp-admin) update_field() with field type User Reply To: update_field() with field type User

  • Hi John,

    I was actually able to fix this issue already. The error came from the line:

    WRONG line : $e_post = get_page_by_title( $title );
    CORRECT line : $e_post = get_page_by_title($title, OBJECT, ‘company’);