LLMS_Helper_Keys::remove_license_key( string $key )
Remove a single license key
Parameters Parameters
- $key
-
(string) (Required) License key.
Return Return
(boolean) True if option value has changed, false if not or if update failed.
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-keys.php
* Retrieve stored information about a key by the license key * * @since 3.3.1 * * @param string $key License key. * @return array|false Associative array of license key information. Returns `false` if the provided license key was not found. */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |