LLMS_Widgets::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/widgets/class.llms.widgets.php
30 31 32 33 34 | public function __construct() { add_action( 'widgets_init' , array ( $this , 'register_widgets' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |