LLMS_Abstract_Notification_Controller::get_supported_types()
Get an array of supported notification types
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
public function get_supported_types() { return apply_filters( 'llms_notification_' . $this->id . '_supported_types', $this->set_supported_types(), $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: