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


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.user.data.php

	public function get( $key ) {
		return $this->$key;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.