Support

Account

Home Forums Front-end Issues Field is not automatically saved using update_field and wp_insert_post Reply To: Field is not automatically saved using update_field and wp_insert_post

  • Thank´s for replay (what????).

    If someone have the same problem must specify the field KEY.

    I changed update_field( "evento", $eventoid, $post_created );
    for update_field( "field_my_field_key", $eventoid, $post_created );