LLMS_Abstract_Notification_View::get_filter( string $hook )
Get a filter hook string prefixed for the current view
Parameters Parameters
- $hook
-
(string) (Required) Hook name.
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
protected function get_filter( $hook ) { return 'llms_notification_view' . $this->trigger_id . '_' . $hook; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |