AnsPress_Reputation_Query::the_points()
Description #
Echo current reputation points.
Alice of get_points.
Source #
File: includes/reputation.php
public function the_points() {
echo esc_attr( $this->get_points() );
}
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:846
Add your comment