Support

Account

Home Forums Bug Reports Programmatically inserting field with update_field() does not at _field_key meta Reply To: Programmatically inserting field with update_field() does not at _field_key meta

  • You can insert the value correctly by using the field key

    
    update_field( 'field_59c383916102a', $some_html, $some_new_post_id );
    

    This is explained in the documentation https://www.advancedcustomfields.com/resources/update_field/