humanmade / network-media-library

Network Media Library plugin for WordPress Multisite
MIT License
290 stars 55 forks source link

Use return_format on ACFs within the media site. #52

Open tinder-kyleboss opened 5 years ago

tinder-kyleboss commented 5 years ago

This commit will fix issue #51.

The issue is that the media site also needs to respect the Advanced Custom Fields' return format. In the code we ask it to kindly skip the formatting of the ACF if we are in the media site. The fix is to allow the ACF to be formatted, independent of which site or context the filter is run from.