• Resolved sevans917

    (@sevans917)


    I need to allow a field to add data to existing user meta. Is that the same as the “HTML variable name” that I see in form fields?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stiofan

    (@stiofansisland)

    Hi @sevans917,

    We use our own tables for most things, if you explain what you are trying to do i will tell you the best way to do it 🙂

    Thanks,

    Stiofan

    Thread Starter sevans917

    (@sevans917)

    Hello @stiofansisland,

    Thanks. I have a plugin that added user meta for tax exempt (Y/N). I would like to set a value for that meta during registration, so that the plugin handles tax correctly during checkout. That meta also appears in the User list in admin.

    Does that help?

    Plugin Author Stiofan

    (@stiofansisland)

    Thanks for the info, i take it this is stored as a standard meta value?
    If so you could add a similar UWP field and on save you could hook into it and change the standard meta value, i guess you would also have to do the opposite, when the standard is saved update the UWP meta (if its possible to change the value somewhere else?).

    Stiofan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Meta?’ is closed to new replies.