wordpress 恢复上传路径设置

在functions.php添加php

if(get_option('upload_path')=='wp-content/uploads' || get_option('upload_path')==null) {
	update_option('upload_path',WP_CONTENT_DIR.'/uploads');
}

便可出现:get

 

相关文章
相关标签/搜索