Updated WordPress, now getting errors on site
I suspect this is already resolved in the plugin, but I added a check for the new function in wp-content/plugins/fusion-builder/shortcodes/fusion-image.php:285. if ( ! empty( $image_id ) && function_exists( ‘wp_image_add_srcset_and_sizes’ ) ) { $content = wp_image_add_srcset_and_sizes( $content, wp_get_attachment_metadata( (int) $image_id ), $image_id ); } elseif ( function_exists( ‘wp_make_content_images_responsive’ ) ) { $content = wp_make_content_images_responsive( $content ); … Read more