You are here

function heartbeat_plugins_init in Heartbeat 7

Implements hook_init().

File

modules/heartbeat_plugins/heartbeat_plugins.module, line 191

Code

function heartbeat_plugins_init() {
  heartbeat_plugins_get_active_plugins(TRUE);
}