Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $type = node_type_load('marketing_tool');
  2. $type->type = 'download_library_item';
  3. $type->old_type = $type->orig_type; // This will be 'example'.
  4. node_type_save($type);
  5. node_type_update_nodes('marketing_tool', 'download_library_item');
  6. node_types_rebuild();
  7. node_access_rebuild();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement