Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if ($node->field_body_left !== NULL) :
  2. $text = trim($node->field_body_left['und']['0']['value']);
  3. else:
  4. $text = '';
  5.  
  6. $field_body_left = array(
  7. 'und' => array(
  8. 0 => array (
  9. 'value' => YOURVALUE
  10. )
  11. )
  12. )
  13.  
  14. $field_body_left = array()
Add Comment
Please, Sign In to add comment