LLMS_Controller_Registration::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/forms/controllers/class.llms.controller.registration.php

	public function __construct() {

		add_action( 'init', array( $this, 'register' ) );
		add_action( 'lifterlms_user_registered', array( $this, 'voucher' ), 10, 3 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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