Skip to content

Instantly share code, notes, and snippets.

@svendecabooter
Created June 6, 2013 08:56
Show Gist options
  • Save svendecabooter/5720242 to your computer and use it in GitHub Desktop.
Save svendecabooter/5720242 to your computer and use it in GitHub Desktop.
// $node = node_load(123);
try {
$wrapper = entity_metadata_wrapper('node', $node);
$value = $wrapper->field_FIELDNAME->value();
}
catch (Exception $ex) {
watchdog_exception('watchdog_key', $ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment