LLMS_Abstract_Admin_Tool::__construct()

Static constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-admin-tool.php

	public function __construct() {

		add_action( 'llms_status_tool', array( $this, 'maybe_handle' ) );
		add_filter( 'llms_status_tools', array( $this, 'register' ), $this->priority );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.19 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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