LLMS_Helper_Add_On::requires_license()

Determines if the add-on requires a license


Return Return

(bool)


Top ↑

Source Source

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

	public function requires_license() {
		return llms_parse_bool( $this->get( 'has_license' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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