Monday, October 19, 2015

Add Body field programmatically in Drupal

<?php

$types = node_type_get_types();

node_add_body_field($types['your_content_type_machine_name']);

?>

No comments:

Post a Comment