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

2023-09-18 85 0

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

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

相关文章

MySQL 设置优化记录
wordpress 博客使用 CloudFlare 的页面规则缓存设置教程
Better Search Replace – 简单强大易用的数据库替换工具
WordPress获取文章所有图片和图片数量
删除 WooCommerce 产品页中的简介 – Remove Woocommerce Product Short Description
WooCommerce 设置 Ship to a Different Address 选中状态