Skip to content

Commit

Permalink
= 4.2.2.4 =
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Mar 28, 2023
1 parent 0e5d190 commit 9f39899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/user/class-lp-user-guest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public function __construct( $the_user = 0 ) {
}

/**
* @return string
* @return string, Certificate must user_id is int, so temporary comment.
*/
public function get_id(): string {
/*public function get_id(): string {
return LP_Session_Handler::instance()->get_cookie_data();
}
}*/
}

0 comments on commit 9f39899

Please sign in to comment.