- reduced using get_the_time( 'U', $post_id ); and current_time( 'timestamp' );

This commit is contained in:
Mykyta Synelnikov
2023-09-22 20:29:40 +03:00
parent 45a22f371e
commit 01ee8305a2
4 changed files with 28 additions and 24 deletions
-1
View File
@@ -1523,7 +1523,6 @@ if ( ! class_exists( 'um\core\User' ) ) {
update_user_meta( $this->id, '_um_last_login', current_time( 'timestamp' ) );
}
/**
* Set user's account status
*