ap_flagged_posts_count()
Description #
Return number of flagged posts.
Source #
File: admin/functions.php
function ap_flagged_posts_count() { return ap_total_posts_count( 'both', 'flag' ); }
Expand full source code Collapse full source code View on GitHub: admin/functions.php:22
Add your comment