function shield_get_status in Shield 7
Determines whether or not the current request will be protected.
Return value
A boolean to protect the current page or not.
2 calls to shield_get_status()
- shield_boost_is_cacheable in ./
shield.module - Implements hook_boost_is_cacheable().
- shield_boot in ./
shield.module - Implements hook_boot().
File
- ./
shield.module, line 151 - Functions for shield module
Code
function shield_get_status() {
return shield_set_status();
}