LLMS_Admin_Header::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class-llms-admin-header.php

	public function __construct() {
		add_action( 'in_admin_header', array( $this, 'admin_header' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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