Advanced Ads Breaks Image URLs
-
After installing & Activating Advanced Ads,
it breaks our image URLI have used the following snippet to move my uploads folder in a different location and serving it with subdomain
//change directory uploads add_filter( 'pre_option_upload_path', function( $upload_path ) { return 'dir/images'; });
// change url of website add_filter( 'pre_option_upload_url_path', function( $upload_url_path ) { return 'https://cdn.example.com'; });
But after activating Advanced ads all images URL are automatically changes to example.com from cdn.example.com
and that’s why Images break,Can you help me resolve this issue so I can use Advanced Ads on my website?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Advanced Ads Breaks Image URLs’ is closed to new replies.