ultimatemember / Extended

All custom extended features and codes
16 stars 14 forks source link

Blocked removing the vcard.vcf file on profile update #84

Closed yuriinalivaiko closed 5 months ago

yuriinalivaiko commented 5 months ago

The core plugin removes unused files from the members' folder on profile update.

The "This file has been removed." notice is displayed instead of the vcard.vcf file once the profile is updated. example - This file has been removed

We have to use the um_can_remove_uploaded_file hook to prevent removing a file. I added a code that blocks removing the vcard.vcf file and related image file.

@champsupertramp please review and merge these changes. Thank you

champsupertramp commented 5 months ago

@champsupertramp Thank you. I've merged this PR