테마 오류로 인해 관리자 UI에서 업그레이드 후 사이트가 로딩되지 않고 깨집니다

Your theme is throwing errors. You can use safe mode to bypass the theme and fix them.

You have this added in the <head> field in your main theme or one of its components.

<script src="https://howtodiscuss.com/uploads/default/original/2X/6/6bc74544c62dcf344715cbc6f2bc10c734af4814.js"></script>

find that and add defer to it like so

<script defer src="https://howtodiscuss.com/uploads/default/original/2X/6/6bc74544c62dcf344715cbc6f2bc10c734af4814.js"></script>