Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_update_login_time() {
- if( is_user_logged_in() ) {
- update_user_meta( get_current_user_id(), 'last_login', time() );
- }
- }
- add_action( 'init', 'wpf_update_login_time' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement