Drupal 7 - Check to see if field exists

$field = field_get_items('node', $node, 'field_name'); if($field){ //Do something with the field }else{ //There are no results }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.