You are here

function command_buttons_node_type_insert in Command Buttons 7

Implements hook_node_type_insert().

File

./command_buttons.module, line 164

Code

function command_buttons_node_type_insert($info) {
  command_buttons_create_node_button($info->type, $info->name);
}