LLMS_Abstract_Notification_Controller::get_mock_view( string $type = 'basic', int $subscriber = null, int $user_id = null, int $post_id = null )

Get a fake instance of a view, used for managing options & customization on the admin panel


Description Description


Parameters Parameters

$type

(Optional) notification type

Default value: 'basic'

$subscriber

(Optional) subscriber id

Default value: null

$user_id

(Optional) user id

Default value: null

$post_id

(Optional) post id

Default value: null


Top ↑

Return Return

(LLMS_Abstract_Notification_View|false)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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