Skip to content

Instantly share code, notes, and snippets.

@berlindave
berlindave / clean-filename-function.php
Last active May 16, 2022 12:23
Modified function clean_filename of Plugin Clean Image Filenames by @Upperdog
<?php
/**
* Clean filename.
*
* Performs the cleaning of filenames. It replaces whitespaces, some specific
* chacters and uses WordPress' remove_accents() function for the rest. It
* also converts filenames to lowercase.
*
* With a little tweak based on a hint by @Zodiac1978:
*