humanmade / asset-manager-framework

A framework for overriding the WordPress media library with an external asset provider, such as a DAM
GNU General Public License v2.0
155 stars 7 forks source link

Avoid fatals on fix_media_url #40

Closed roborourke closed 3 years ago

roborourke commented 3 years ago

In some cases the URL might be filtered or for other reasons might resolve to a boolean value causing the fic_media_url() function to fatal. This makes it a bit more forgiving.