LLMS_Abstract_Notification_View::get_object()
Get the object associated to the notification
Return Return
(object)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
protected function get_object() { return llms_get_post( $this->notification->get( 'post_id' ), 'post' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |