Home Forums WoodMart support forum Instagram Reply To: Instagram

#479771

Hello,

Please add this code to the functions.php of the child theme we will fix that in the nearest feature:

add_action( 'image_sideload_extensions', function( $allowed_extensions ) {
	$allowed_extensions[] = 'heic';
	return $allowed_extensions;
});

If you have any questions please feel free to contact us.

Best Regards