ap_answer_user_can_view()
Description #
Check if user can view current answer
Source #
File: includes/answer-loop.php
function ap_answer_user_can_view() { return ap_user_can_view_post( get_the_ID() ); }
Expand full source code Collapse full source code View on GitHub: includes/answer-loop.php:350
Add your comment