Reputation::user_register( integer $user_id )

Description #

Award reputation when user register.

Parameters #

  • $user_id
    integer (Required) User Id.

Source #

File: addons/reputation/reputation.php

	public function user_register( $user_id ) {
		ap_insert_reputation( 'register', $user_id, $user_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