Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. module_load_include('inc', 'Content', 'includes/content.crud');
  2. $fields = content_field_instance_read(array('field_name' => 'field_status'));
  3.  
  4. $allowed_string = $fields[0]['allowed_values']; // string with \r\n separators
  5. $allowed_values = explode("\r\n", $allowed_string);
Add Comment
Please, Sign In to add comment