You are here

function hook_plus1_voted in Plus 1 7

This hook is called when user votes on some content.

Parameters

$vote_type: Vote type, "vote" or "undo_vote"

$entity_type: Entity type, node, comment etc.

$entity_id:

$tag:

$score:

$user:

Return value

void

2 invocations of hook_plus1_voted()
plus1_undo_vote in ./plus1.module
plus1_vote in ./plus1.module
Page callback.

File

./plus1.module, line 526

Code

function hook_plus1_voted($vote_type, $entity_type, $entity_id, $tag, $score, $user) {
}