llms_get_add_on( string|array $addon = array(), string $lookup_key = 'id' )

Instantiate a new LLMS_Add_On object


Parameters Parameters

$addon

(string|array) (Optional) Add-on data array or a string (such as an ID or update file path) used to lookup the addon.

Default value: array()

$lookup_key

(string) (Optional) If $addon is a string, this determines how to lookup the addon from the available list of addons.

Default value: 'id'


Top ↑

Return Return

(LLMS_Add_On|LLMS_Helper_Add_On)


Top ↑

Source Source

File: includes/admin/llms.functions.admin.php

	}

	return $page_id;

}



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.