LLMS_Helper_Keys::remove_license_key( string $key )

Remove a single license key


Parameters Parameters

$key

(string) (Required) License key.


Top ↑

Return Return

(boolean) True if option value has changed, false if not or if update failed.


Top ↑

Source Source

File: libraries/lifterlms-helper/includes/class-llms-helper-keys.php

224
225
226
227
228
229
230
* 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.
*/


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.