LLMS_Helper_Add_On::is_licensed()

Determines if the add-on is licensed


Return Return

(bool)


Top ↑

Source Source

File: libraries/lifterlms-helper/includes/models/class-llms-helper-add-on.php

	public function is_licensed() {
		return ( false !== $this->find_license() );
	}


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.