simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
20 stars 11 forks source link

Pass form name to adverts_gallery_upload() #106

Closed gwin closed 4 years ago

gwin commented 4 years ago

Currently, the form name passed to adverts_gallery_upload() via POST is hardcoded as "advert" it needs to be passed as a variable so other forms will be able to have file upload fields as well.

gwin commented 4 years ago

Requires passing a $form argument to call_user_func( adverts_field_get_renderer($field) ... ).

Affected plugins: