When I pass images using wp_get_attachment_image_src(), they do not get over the CDN.
I tried WP_Smush::get_instance()->core()->mod->generate_cdn_url( wp_get_attachment_image_src($thumbnail_id,true)[0] ); but that does not work.
When I pass images using wp_get_attachment_image_src(), they do not get over the CDN.
I tried WP_Smush::get_instance()->core()->mod->generate_cdn_url( wp_get_attachment_image_src($thumbnail_id,true)[0] ); but that does not work.