LLMS_Question_Types::init()

Initializer


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.question.types.php

	public static function init() {

		add_filter( 'llms_get_question_types', array( __CLASS__, 'load' ), 5 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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