Notifications::the_reputation_points()
Description #
Print reputtaion points.
Source #
File: addons/notifications/query.php
	public function the_reputation_points() {
		echo esc_attr( $this->get_reputation_points() );
	}
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:403
  Add your comment