LLMS_Question_Choice::delete()
Delete a choice
Contents
Return Return
(boolean)
Source Source
File: includes/models/model.llms.question.choice.php
public function delete() { return delete_post_meta( $this->question_id, $this->prefix . $this->id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |