LLMS_Helper_Options::get_license_keys()

Retrieve saved license key data


Return Return

(array)


Top ↑

Source Source

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

	public function get_license_keys() {
		return $this->get_option( 'license_keys', array() );
	}


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.