LLMS_Question::get_question( $format = 'html' )

Get the question text (title)


Return Return

(string)


Top ↑

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 );
	}


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.