Tuesday, April 5, 2016

Drupal 7 Add Custom Content Type Body Field


<?php
node_types_rebuild();
$types = node_type_get_types();
node_add_body_field($types['content_type_name']);
?>

Use: php filter and run this code or use devel/php