AI Verified

Name

Make upload filenames lowercase

About

Makes sure that image and file uploads have lowercase filenames. This is a sample snippet. Feel free to use it, edit it, or remove it.

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

suky-snippets

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

23/11/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Make upload filenames lowercase

 
                    
1add_filter( 'sanitize_file_name', 'mb_strtolower' );

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

2

Allow SVG

Added: 1 year ago

Last Updated: 1 year ago

General

AI Verified

General

AI Verified

0

Enable Infinite Scrolling in WordPress Media Library

Added: 5 months ago

Last Updated: 5 months ago

Enhance your WordPress Media Library experience by enabling infinite scrolling with this simple code snippet. Add the provided filter to effortlessly load and navigate through your media items without...

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

1

Disable admin bar

Added: 7 months ago

Last Updated: 3 days ago

Turns off the WordPress admin bar for everyone except administrators. This is a sample snippet. Feel free to use it, edit it, or remove it.

General

AI Verified

0

Make upload filenames lowercase

Added: 7 months ago

Last Updated: 7 months ago

Makes sure that image and file uploads have lowercase filenames. This is a sample snippet. Feel free to use it, edit it, or remove it.

General

AI Verified

0

Allow smilies

Added: 7 months ago

Last Updated: 7 months ago

Allows smiley conversion in obscure places. This is a sample snippet. Feel free to use it, edit it, or remove it.