Jetpack's "Image CDN" doen't work with "Beans" CodeFactry Posted 7 years, 6 months ago I got the solution from @Thierry Muller himself <3 🙂 ... Works like a charm // Let WordPress handle the image sizes. add_filter( 'beans_post_image_edit', '__return_false' );
CodeFactry Posted 7 years, 6 months ago I got the solution from @Thierry Muller himself <3 🙂 ... Works like a charm // Let WordPress handle the image sizes. add_filter( 'beans_post_image_edit', '__return_false' );