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;
}
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:782
Add your comment