• I would like to have image file name based on current date and time like: year-month-day-hour-minute-second.jpg

    I know there is plug which can do that file renaming on upload, but I do not wish to use plugin just for that.

    Is there any function for that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • hard to tell on upload,

    you could use linux bash, with a cron with regex aka

    ^*jpg rename date

    something like that on linux, but you’ll have to dig not an expert with linux cron & bash

    otherwise on windows, advanced renamer is very powerful, and you can also put crons in windows on a given folder with node js(same on linux btw)

    hope it gives hints

    Thread Starter Advanced SEO

    (@jole5)

    After I change file name of uploaded image to WordPress using linux bash, how to update image URL in WordPress database?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rename image during upload based on date and time.’ is closed to new replies.