Problem:
I am trying to pull the date last login field(MemberPress ) from the admin screen to display it on the frontend using views.
Can't find the field for non-toolset options.
Solution:
The "Last Login" field value of MemberPress plugin is stored in another custom database table "wp_mepr_members", column "updated_at"
which is out the range of WordPress, it isn't a custom user' field, so there isn't any option for it within Toolset.
I suggest you ask help from the author of MemberPress plugin, check if there is any shortcode can output the value of "Last Login" field.
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 7 replies, has 3 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Luo Yang.