ap_answer_status( object|integer|null $_post = null )
Description #
Echo post status of a answer.
Parameters #
- $_postobject | integer | null (Optional) Post ID, Object or null. Default value: null
Source #
File: includes/answer-loop.php
function ap_answer_status( $_post = null ) { ap_question_status( $_post ); }
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:470
Add your comment