LLMS_Controller_Achievements::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/controllers/class.llms.controller.achievements.php

	public function __construct() {

		parent::__construct();
		add_action( 'init', array( $this, 'maybe_handle_reporting_actions' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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