LLMS_Add_On::is_licensed()

Determines if the add-on is licensed


Return Return

(bool)


Top ↑

Source Source

File: includes/models/model.llms.add-on.php

		if ( ! $this->is_installable() ) {
			return false;
		}


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.