Home Forums WoodMart support forum Instagram API Reply To: Instagram API

#467130

Hello,

Please add this code to the functions.php of the child theme:

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