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

  • Same here, i use update_field(‘total_de_capitulos’,$capitulos,’livro_’.$idLivro);

    If i go to wp-admin everything is ok

    But when i try
    $termo = get_queried_object();
    echo get_field(‘total_de_capitulos’, $termo);

    I get wrong results.

    And i checked that if i go to the term and save it again everything works fine!