LLMS_Abstract_User_Data::__construct( mixed $user = null )
Constructor
Description Description
If no user id provided, will attempt to use the current user id
Parameters Parameters
- $user
-
(Optional) WP_User ID, instance of WP_User, or instance of any student class extending this class
Default value: null
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.user.data.php
Changelog Changelog
Version | Description |
---|---|
2.2.3 | Introduced. |