Support

Account

Home Forums Backend Issues (wp-admin) Update term fields

Unread

Update term fields

  • Hi,

    I’m trying to update terms fields from the code, but it’s not working.
    My code:

    $val= 'abc';
    update_field('field_53a7c863d6a38', $val, $field->term_id);

    What’s wrong?

    Thanks in advance!

Viewing 1 post (of 1 total)

The topic ‘Update term fields’ is closed to new replies.