• Resolved h.m

    (@hiromiwa)


    When I post new article, I update custom fields using

    $_POST[‘fields’][$field_key] = $value

    It stopped working after update last time.

    * update_postmeta not working when I create new posts, so I used above.

    What should I do for that?

Viewing 1 replies (of 1 total)
  • Thread Starter h.m

    (@hiromiwa)

    I solved it by myself.

    I changed as follow.

    $_POST[‘acf’][$field_key] = $value

    This plugin changes key.

Viewing 1 replies (of 1 total)
  • The topic ‘$_POST[‘fields’][$field_key] not working after updated’ is closed to new replies.