LLMS_Abstract_Notification_View::get_object()

Get the object associated to the notification


Return Return

(object)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.notification.view.php

	protected function get_object() {
		return llms_get_post( $this->notification->get( 'post_id' ), 'post' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.37.19 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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