LLMS_AJAX_Handler::get_admin_table_instance( string $handler )

Retrieve a new instance of admin table class from a handler string.


Parameters Parameters

$handler

(string) (Required) Unprefixed handler class string. For example "Students" or "Course_Students".


Top ↑

Return Return

(object|false) Instance of the admin table class or false if the class can't be found.


Top ↑

Source Source

File: includes/class.llms.ajax.handler.php

		}

		return true;
	}

	/**
	 * Retrieve a new instance of admin table class from a handler string.
	 *
	 * @since 3.37.15
	 * @since 4.7.0 Don't require `LLMS_Admin_Reporting`, it's loaded automatically.
	 *

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Don't require LLMS_Admin_Reporting, it's loaded automatically.
3.37.15 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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