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
Return Return
(void)
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>
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |