LLMS_Shortcode::get_default_content()
Retrieves a string used for default content which is used if no content is supplied
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.shortcode.php
protected function get_default_content() {
return '';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.3 | Introduced. |