LLMS_Admin_AddOns::output_for_settings()

Outputs most popular resources used on general settings screen


Return Return

(void)


Top ↑

Source Source

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

383
384
385
386
387
388
389
390
391
392
393
/**
 * 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';


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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