Unique Uploaded Media Name Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Unique uploaded media names by adding some extra random string.
By default, WordPress upload file name slugs at it are. Sometimes if any file name conflicts, WordPress adds extra suffix at the end of the slug name.
Example: my-image.jpg
and if the file name is similar, my-image-1.jpg
my-image-2.jpg
and so on.
By installing this plugin, every uploaded media will have unique values as a suffix at the end of the uploaded media name. Default uploaded string value is 15 character and have zero possibility of file name confliction. Uploaded file name + Unique String
Example
- my-image-475445-SIu7oQGW.jpg
- my-image-311629-TFuNSyHH.jpg
Features
- Adds unique suffix at the end of the uploaded file name. e.g.: my-image-
311629-W3dRonmw
.jpg - Generated strings are very unique and less possibility of confliction
- Remove Accents
Convert to ASCII
- Crypto Rand Secure with
openssl_random_pseudo_bytes
- Added more extra switch conditions to use other string generator. (
Numeric
,Alpha Numeric
,No Zero Numeric
,All String
,Hexadecimal
,Capital
,Alpha
andDistinct
). Just edit line number75
and76
. - converts unnecessary space, underscore and special characters to hyphen character.
- Consumes very low memory
- Single file
3.02KB
- Open source license, modify and distribute with your own.
GPLv2 or later
- Tested with
WordPress 5.2.1