$full_path = wp_upload_dir()['basedir'].DIRECTORY_SEPARATOR.$md['file'];. should be changed to: $wp_upload_dir = wp_upload_dir();
確定! 回上一頁