LLMS_Admin_AddOns::output_for_settings()
Outputs most popular resources used on general settings screen
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.addons.php
/** * Output HTML for a single addon * * @param array $addon associative array of add-on data * @return void * @since 3.5.0 * @version 3.22.0 */ private function output_addon( $addon ) { $current_tab = $this->get_current_section(); include 'views/addons/addon-item.php';
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.6 | Introduced. |