ap_answers_count( WP_Post|int|null $_post = null )

Description #

Echo total votes count of a post.

Parameters #

  • $_post
    WP_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 );
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment