You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is able to display any user meta from the usermeta table as fields, e.g. [pmpro_profile fields="My field,my_field], however, it is not possible to draw data like User ID, Nicename, or Display name from the wp_users` table.
Should we consider adding the ability to check for fields, (key and value), in the {prefix}_users table or possibly consider a filter that returns a custom data array, consisting of a key and value for each, that will allow developers to draw in additional fields and their values through customization from any table in the database?
The text was updated successfully, but these errors were encountered:
Currently, it is able to display any user meta from the usermeta table as fields, e.g.
[pmpro_profile fields="My field,my_field], however, it is not possible to draw data like User ID, Nicename, or Display name from the
wp_users` table.Should we consider adding the ability to check for fields, (key and value), in the
{prefix}_users
table or possibly consider a filter that returns a custom data array, consisting of a key and value for each, that will allow developers to draw in additional fields and their values through customization from any table in the database?The text was updated successfully, but these errors were encountered: