jchristopher / attachments

[WordPress Plugin] Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
wordpress.org/extend/plugins/attachments/
GNU General Public License v2.0
239 stars 78 forks source link

Traversable #66

Open lionelgaillard opened 11 years ago

lionelgaillard commented 11 years ago

Hi,

Currently, usage of get() only allows one loop on attachments.

You should consider to implements Iterator interface.

jchristopher commented 11 years ago

Great idea!