LLMS_Abstract_Options_Data::get_option_name( string $name )
Retrieve a prefixed option name from the database Prefix automatically adds a trigger and type to the option name in addition to llms_notification
Parameters Parameters
- $name
-
(string) (Required) Option name (unprefixed).
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.options.data.php
public function get_option_name( $name ) { return $this->get_option_prefix() . $name; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |