| Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/user/ |
| Current File : //home/frekansk/.trash/wp-content/plugins/learnpress/inc/user/class-lp-user-guest.php |
<?php
defined( 'ABSPATH' ) || exit();
/**
* Class LP_User_Guest
*
* @author ThimPress
* @package LearnPress/Classes
* @version 1.0
*/
class LP_User_Guest extends LP_User {
/**
* LP_User_Guest constructor.
*
* @param int $the_user
*/
public function __construct( $the_user = 0 ) {
parent::__construct( $the_user );
}
}