LLMS_REST_Webhook_Data::get_resource()

Retrieve the topic resource.


Return Return

(string)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php

	public function get_resource() {

		$topic = explode( '.', $this->get( 'topic' ) );
		return apply_filters( 'llms_rest_webhook_get_resource', $topic[0], $this->get( 'id' ) );

	}


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.