如果文件夹不存在,则自动创建文件夹
分类:WordPress
我遇到了一些使用 Bluehost 安装 WordPress 的情况下,WordPress 主题错误,因为上传文件夹 wp-content/uploads 不存在。
显然 Bluehost cPanel WordPress 安装程序不会创建此文件夹,但 HostGator 会创建。
所以我需要向我的主题添加代码来检查文件夹并以其他方式创建它。