Reputation::vote_up( integer $post_id )

Description #

Award reputation when user receive an up vote.

Parameters #

  • $post_id
    integer (Required) Post ID.

Source #

File: addons/reputation/reputation.php

	public function vote_up( $post_id ) {
		$_post = get_post( $post_id );
		ap_insert_reputation( 'received_vote_up', $_post->ID, $_post->post_author );
		ap_insert_reputation( 'given_vote_up', $_post->ID );
	}

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