ap_get_votes_net( mixed $_post = null )
Description #
Return count of net vote of a question.
Parameters #
- $_postmixed (Optional) Post ID, Object or null. Default value: null
Source #
File: includes/qaquery.php
function ap_get_votes_net( $_post = null ) { $_post = ap_get_post( $_post ); return (int) $_post->votes_net; }
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:409
Add your comment