LLMS_Admin_Dashboard_Widget::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.dashboard-widget.php
public function __construct() {
add_action( 'wp_dashboard_setup', array( $this, 'add_dashboard_widget' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.2.0 | Introduced. |