AnsPress_Reputation_Hooks::bp_reputation_page()

Description #

Source #

File: addons/free/reputation.php

	public static function bp_reputation_page() {
		$user_id = bp_displayed_user_id();

		$reputations = new AnsPress_Reputation_Query( [ 'user_id' => $user_id ] );
		include ap_get_theme_location( 'addons/reputation/index.php' );
	}

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