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

	public function output_for_settings() {

		if ( is_wp_error( $this->get_data() ) ) {

			_e( 'There was an error retrieving add-ons. Please try again.', 'lifterlms' );
			return;

		}
		$this->output_content();

	}


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.