https://github.com/webdeveric/clean-media-library-file-names
https://github.com/webdeveric/clean-media-library-file-names
media-library wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdeveric/clean-media-library-file-names
- Owner: webdeveric
- Created: 2014-09-21T14:07:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T05:39:05.000Z (over 9 years ago)
- Last Synced: 2025-01-12T09:12:42.020Z (4 months ago)
- Topics: media-library, wordpress, wordpress-plugin
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Clean Media Library File Names ===
Contributors: webdeveric
Tags: media library, filename, sanitize, special characters
Requires at least: 3.0.0
Tested up to: 4.4.0
Stable tag: 0.3.1This plugin cleans uploaded file names to remove special characters and spaces.
== Description ==
This plugin cleans uploaded file names to remove special characters and spaces.
== Installation ==
1. Upload `clean-media-library-filenames` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. You're done== Changelog ==
= 0.3.1 =
* Works with WordPress 4.4= 0.3 =
* Added default file name when the sanitized file name is blank. This could happen when the file name contains only special characters.= 0.2 =
* I updated the code to use the `sanitize_title_with_dashes` function instead of using my own regular expression.= 0.1 =
* Initial build