• Resolved seighart

    (@seighart)


    I would like to get the custom fields particularly the attachment path of the file using their user ID to include in the array that will be passed on the webhook. Thank You.

    • This topic was modified 4 years, 1 month ago by seighart.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @seighart,

    Thank you for writing to us.

    You may get the field’s value for a user using the WordPress function get_user_meta(). You may pass the field key parameter in this function for a field.

    You may retrieve the field key from the column “field_key” in table “promag_fields” in your site database.

    Let us know if you have any other questions.

    Thread Starter seighart

    (@seighart)

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get custom fields using the ID of user’ is closed to new replies.