2

来自 WPJAM 的修改,给图片文件名增加时间戳

 9 months ago
source link: https://yjyj.net/learn/wordpress-learn/6425.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

来自 WPJAM 的修改,给图片文件名增加时间戳

2023-09-18 45 0

感谢大佬提供非常棒的插件,但是最近有个小站的插件跟 WPJAM 冲突了,只能忍痛卸载 WPJAM,但有想保留这个功能,还好 Denis 大佬也有给出修改 functions 的方案,记录下代码:

add_filter('wp_handle_upload_prefilter', function($file){    $file['name'] = time().'-'.$file['name'];     return $file; });

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK