LLMS_Abstract_User_Data::set( string $key, mixed $value, boolean $prefix = true )
Update a meta property for the user
Description Description
Parameters Parameters
- $key
-
(Required) meta key
- $value
-
(Required) meta value
- $prefix
-
(Optional) include the meta prefix when setting passing false will allow 3rd parties to update fields with a custom prefix
Default value: true
Source Source
File: includes/abstracts/llms.abstract.user.data.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |