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

 

相關文章
相關標籤/搜索