LLMS_Abstract_Privacy::get_privacy_message()
Get the privacy message sample content.
Description Description
This stub can be overloaded.
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.privacy.php
public function get_privacy_message() {
return '';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.18.0 | Introduced. |