LifterLMS_REST_API::webhooks()

Retrieve an instance of the webhooks management singleton.


Return Return

(LLMS_REST_Webhooks)


Top ↑

Source Source

File: libraries/lifterlms-rest/class-lifterlms-rest-api.php

	 */
	public function webhooks() {
		return LLMS_REST_Webhooks::instance();


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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