LLMS_Abstract_Notification_Controller::supports( string $type )
Determine if a given notification type is supported
Parameters Parameters
- $type
-
(string) (Required) Notification type id.
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
* @param string $type Notification type id. * @return boolean */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Use strict type comparison. |
3.8.0 | Introduced. |