LLMS_Widgets::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/widgets/class.llms.widgets.php
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. |