LLMS_Admin_Dashboard_Widget::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.dashboard-widget.php

	public function __construct() {
		add_action( 'wp_dashboard_setup', array( $this, 'add_dashboard_widget' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.