LLMS_Add_On::is_installable()

Determines if the add-on is installable


Return Return

(boolean)


Top ↑

Source Source

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

			$file = $this->get( 'update_file' );
			$type = $this->get_type();
			if ( 'plugin' === $type ) {


Top ↑

Changelog Changelog

Changelog
Version Description
4.21.3 Use strict comparison for in_array().
3.22.1 Unknown.
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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