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
241 stars 78 forks source link

Fixed bug in generated code for migration from Attachments Pro #185

Open marcochiesi opened 5 years ago

marcochiesi commented 5 years ago

The original implementation was not correct because it was passing an unexpected value to the method "field" (it expects the field name). The proposed implementation is a bit tricky because at the moment there's not an easy way to get the field names from the Attachments class.