Deprecated
This function has been deprecated.
ap_edit_answer_form( integer $question_id )
Description #
Generate edit question form, this is a wrapper of ap_answer_form().
Parameters #
- $question_idinteger (Required) Id of question.
Source #
File: includes/deprecated.php
function ap_edit_answer_form( $question_id ) { _deprecated_function( __FUNCTION__, '4.1.0' ); ap_answer_form( $question_id, true ); }
Expand full source code Collapse full source code View on GitHub: includes/deprecated.php:515
Add your comment