ap_answers_count( WP_Post|int|null $_post = null )
Description #
Echo total votes count of a post.
Parameters #
- $_postWP_Post | int | null (Optional) Question ID, Object or null. Default value: null
Source #
File: includes/qaquery.php
function ap_answers_count( $_post = null ) { echo (int) ap_get_answers_count( $_post ); }
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:399
Add your comment