LLMS_Helper_Options::set_license_keys( array $keys )

Update saved license key data


Parameters Parameters

$keys

(array) (Required) Key data to save.


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-options.php

	public function set_license_keys( $keys ) {
		return $this->set_option( 'license_keys', $keys );
	}


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.