[Plugin: CDN Tools] Add wp_get_attachment_url to bind_filters()
-
Working on a project and found that we needed this filter as well, added to cdntools.php around line 123:
add_filter('wp_get_attachment_url', array($this,'cdn_media_url_rewrite'), 1000, 5);
Great tool!
- The topic ‘[Plugin: CDN Tools] Add wp_get_attachment_url to bind_filters()’ is closed to new replies.