You are here

constant PLUS1_ACCESS_IGNORE in Plus 1 6.2

Modules should return this value from hook_plus1_access() to not affect access to voting on a node.

3 uses of PLUS1_ACCESS_IGNORE
hook_plus1_access in ./plus1.api.php
Control whether voting is allowed.
plus1_forums_plus1_access in ./plus1_forums.module
Implementation of hook_plus1_access().
plus1_plus1_access in ./plus1.module
Implementation of hook_plus1_access().

File

./plus1.module, line 21
A simple +1 voting widget module.

Code

define('PLUS1_ACCESS_IGNORE', NULL);