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

Add programmatically. #164

Closed ilvitous closed 6 years ago

ilvitous commented 8 years ago

Hello. There is a way to add programmatically the attachments to a post? In my function i have the post ID and the array of the attachments to that post. Is there a way to loop through my attachments and "save" them to my instance for example "my_gallery"?

Thank you.

jchristopher commented 6 years ago

No, not at this time. If someone would like to submit a PR I'd gladly review it!