Title: [Info] Raw Feed Data with empty array keys
Last modified: August 31, 2016

---

# [Info] Raw Feed Data with empty array keys

 *  [dr4ggy](https://wordpress.org/support/users/dr4ggy/)
 * (@dr4ggy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/info-raw-feed-data-with-empty-array-keys/)
 * It took me some time before I figured this out, so I thought I’d post it for 
   others.
 * If you need to get a non-standard rss item and your raw data has an empty key
   array like: [], you can use an empty string to get it because every key is string-
   a-fied.
 * Example:
 * > [player] => Array
   >  ( [0] => Array ( [data] => [attribs] => Array ( [] => Array([
   > url] => [https://someurl.com](https://someurl.com) )
   >  )
   >  [xml_base] =>
   >  [xml_base_explicit] => [xml_lang] => en-US )
   > )
 * To get the url you would use something like:
 * > {{data[‘player’][‘0’][‘attribs’][”][‘url’]}}
 * [https://wordpress.org/plugins/hungryfeed/](https://wordpress.org/plugins/hungryfeed/)

The topic ‘[Info] Raw Feed Data with empty array keys’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hungryfeed_5ea4d7.svg)
 * [HungryFEED](https://wordpress.org/plugins/hungryfeed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hungryfeed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hungryfeed/)
 * [Active Topics](https://wordpress.org/support/plugin/hungryfeed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hungryfeed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hungryfeed/reviews/)

## Tags

 * [non](https://wordpress.org/support/topic-tag/non/)
 * [Standard](https://wordpress.org/support/topic-tag/standard/)

 * 0 replies
 * 1 participant
 * Last reply from: [dr4ggy](https://wordpress.org/support/users/dr4ggy/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/info-raw-feed-data-with-empty-array-keys/)
 * Status: not a support question