block_perm
- Versions
- 4.6 – 6
block_perm()
Implementation of hook_perm().
Code
modules/block.module, line 56
<?php
function block_perm() {
return array('administer blocks', 'use PHP for block visibility');
}
?>Login or register to post comments block_perm()Implementation of hook_perm().
modules/block.module, line 56
<?php
function block_perm() {
return array('administer blocks', 'use PHP for block visibility');
}
?>Login or register to post comments