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_content()
Output the addon list for the current section
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.addons.php
<i class="fa fa-cloud-download" aria-hidden="true"></i> <?php _e( 'Install', 'lifterlms' ); ?> <span></span> </div> <div class="llms-bulk-desc activate"> <i class="fa fa-plug" aria-hidden="true"></i> <?php _e( 'Activate', 'lifterlms' ); ?> <span></span> </div> <div class="llms-bulk-desc deactivate"> <i class="fa fa-plug" aria-hidden="true"></i> <?php _e( 'Deactivate', 'lifterlms' ); ?> <span></span> </div> <button class="llms-button-primary" name="llms_bulk_actions_submit" value="" type="submit"><?php _e( 'Apply', 'lifterlms' ); ?></button> </div>
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |