Can someone tell me how can I retrieve values of a taxonomy field inside a field collection of a profile2 node?
Thanks
|
Can someone tell me how can I retrieve values of a taxonomy field inside a field collection of a profile2 node? Thanks |
|||
|
|
|
You could try using entity_metadata_wrapper to load the profile2 entity. You could then drill down to the field value on the field_collection. Something like:
|
|||
|