Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_Admin_AddOns::output_addon( array $addon )

Output HTML for a single addon


Parameters Parameters

$addon

(array) (Required) associative array of add-on data


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.addons.php

						<a class="llms-bulk-close" href="#">
							<span class="screen-reader-text"><?php _e( 'Close', 'lifterlms' ); ?></span>
							<i class="fa fa-times-circle" aria-hidden="true"></i>


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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