Home › Forums › WoodMart support forum › Instagram API › Reply To: Instagram API
May 16, 2023 at 1:38 am
#467130
Elise Noromit
Member
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