LLMS_Question_Types::init()
Initializer
Contents
Return Return
(void)
Source Source
File: includes/class.llms.question.types.php
public static function init() {
add_filter( 'llms_get_question_types', array( __CLASS__, 'load' ), 5 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |