Deprecated
This function has been deprecated.
ap_unselect_answer( integer $post_id )
Description #
Unselect an answer as best.
Parameters #
- $post_idinteger (Required) Post ID.
Source #
File: includes/answer-loop.php
function ap_unselect_answer( $post_id ) { $post = ap_get_post( $post_id ); }
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:368
Add your comment