Register files with two extensions
-
Uploading a file with two extensions like
filename.ext1.extto the media library WordPress renames the file tofilename.ext1_.ext(whyever).
Importing such a file with “Select Register” the entry for the guid in wp_posts isn’t correct:
https://mydomain.tld/wp-content/uploads/sites/xx/filename.ext1.ext.
It should be
https://mydomain.tld/wp-content/uploads/sites/xx/filename.ext1_.ext.Thank you.
The topic ‘Register files with two extensions’ is closed to new replies.