AnsPress_Reputation_Query::has()

Description #

Check if there are reputations.

Source #

File: includes/reputation.php

	public function has() {
		if ( $this->count ) {
			return true;
		}

		return false;
	}

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