constant PLUS1_ACCESS_ALLOW in Plus 1 6.2
Modules should return this value from hook_plus1_access() to allow access to voting on a node.
2 uses of PLUS1_ACCESS_ALLOW
- plus1_forums_plus1_access in ./
plus1_forums.module - Implementation of hook_plus1_access().
- plus1_vote_access in ./
plus1.module - Check that an item being voted upon is a valid vote.
File
- ./
plus1.module, line 11 - A simple +1 voting widget module.
Code
define('PLUS1_ACCESS_ALLOW', 'allow');