LLMS_Question::get_question( $format = 'html' )
Get the question text (title)
Return Return
(string)
Source Source
File: includes/models/model.llms.question.php
public function get_question( $format = 'html' ) {
return apply_filters( 'llms_' . $this->get( 'question_type' ) . '_question_get_question', $this->get( 'title' ), $format, $this );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |