Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter shayatik

    (@shayatik)

    So I cleared the cache and it does show up, but it shows up twice:

    father_name

    and

    _father_name

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    This appears to be how ACF stores things in the database. I ran a test a bit ago, and it works like this when I look in my database table:

    _test_field: field_5a0ef80b42e69
    test_field: here is a test field

    So apparently, for ACF the actual value goes into the field without underscores (at least in the wp_usermeta table. The other field is presumably doing something ACF-specific. This certainly isn’t a WordPress-level standard, so it’s not a thing we would address in this plugin – many other plugins only use the underscore convention, for example – but it’s fine. You should be able to sync the data that way.

    Thread Starter shayatik

    (@shayatik)

    Got it. Thanks!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Can’t Authorize’ is closed to new replies.