Home › Forums › WoodMart support forum › Instagram › Reply To: Instagram
July 7, 2023 at 1:02 am
#479771
Elise Noromit
Member
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