Warning: This method has been deprecated.

LLMS_Question::get_options()

Get the options for the question


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.question.php

	public function get_options() {

		llms_deprecated_function( 'LLMS_Question::get_options()', '3.16.0', 'LLMS_Question::get_choices()' );
		return $this->get_choices();

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 This method has been deprecated.
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: