LLMS_Question_Choice::exists()

Determine if the choice that’s been requested actually exists


Return Return

(boolean)


Top ↑

Source Source

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

	public function exists() {
		return ( $this->id );
	}

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.