ap_flagged_posts_count()

Description #

Return number of flagged posts.

Changelog #

VersionDescription
unknownIntroduced.

Source #

File: admin/functions.php

function ap_flagged_posts_count() {
	return ap_total_posts_count( 'both', 'flag' );
}

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