LLMS_Add_On::is_installable()
Determines if the add-on is installable
Description Description
Return Return
(bool)
Source Source
File: includes/models/model.llms.add-on.php
public function is_installable() { return ( $this->get( 'update_file' ) && in_array( $this->get_type(), array( 'plugin', 'theme' ) ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: