Reputation::pre_fetch_post( array $ids )

Description #

Pre fetch user reputations.

Parameters #

  • $ids
    array (Required) Pre fetching ids.

Source #

File: addons/reputation/reputation.php

	public function pre_fetch_post( $ids ) {
		if ( ! empty( $ids['user_ids'] ) ) {
			ap_get_users_reputation( $ids['user_ids'] );
		}
	}

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