LLMS_Abstract_User_Data::get( string $key )
Allows direct access to WP_User object for retrieving user data from the user or usermeta tables
Parameters Parameters
- $key
-
(string) (Required) key of the property to get a value for
Return Return
(mixed)
Source Source
File: includes/abstracts/llms.abstract.user.data.php
public function get( $key ) { return $this->$key; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |