LLMS_Shortcodes::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcodes.php
*/
public function __construct() {
add_action( 'init', array( 'LLMS_Shortcodes', 'init' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |