ResponsiveImagesCG / wp-tevko-responsive-images

Fully responsive image plugin for wordpress
449 stars 53 forks source link

Deprecate/remove calls to `_wp_upload_dir_baseurl()` #272

Closed joemcgill closed 5 years ago

joemcgill commented 8 years ago

WordPress core is looking at modifying and/or removing _wp_upload_dir_baseurl(). We need to remove this from our plugin, or at least make sure it's wrapped in a function_exists() check before it's called to make sure users with this plugin installed don't get fatal errors when upgrading to WP 4.5.

See: https://wordpress.slack.com/archives/core-images/p1457578517000379

This may get solved as a result of #269 if that ticket expands to include 4.5 changes.