compatibility with ultimate member
-
Hi,
it seems that ultimate member is not fully compatible with simple history beacuse it use a different login way…but someone has post a solution on ultimate member and it seems to work for him…unfotunatly not for me because I certainly miss something. As it’s impossible do contact him I would like if you can help on this ?
Here it is his code :
add_action('um_on_login_before_redirect','my_last_login'); function my_last_login($id) { update_usermeta( $id, 'my_last_login', time() ); }
and ultimate member team recommendation:
Here’s a safe hook to use with UM :
and the code:
do_action(‘um_on_login_before_redirect’, um_user(‘ID’) );
applying this to my website but I don’t see any results.
Thanks for any help !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘compatibility with ultimate member’ is closed to new replies.