function block_refresh_reset_jq in Block Refresh 5
Same name and namespace in other branches
- 6 block_refresh.install \block_refresh_reset_jq()
- 7.2 block_refresh.install \block_refresh_reset_jq()
- 7 block_refresh.install \block_refresh_reset_jq()
register new plugin with jQ
2 calls to block_refresh_reset_jq()
File
- ./
block_refresh.install, line 20
Code
function block_refresh_reset_jq() {
cache_clear_all('jq_plugins', 'cache');
}