LLMS_Abstract_Notification_View::get_option_prefix()
Retrieve a prefix for options related to the notification
Description Description
This overrides the LLMS_Abstract_Options_Data method.
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
protected function get_option_prefix() { return sprintf( '%1$snotification_%2$s_%3$s_', $this->option_prefix, $this->trigger_id, $this->notification->get( 'type' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |