# \[관리자 알림\] 테마 또는 플러그인 중 업데이트가 필요한 코드가 포함되어 있습니다

**URL:** https://meta.discourse.org/t/admin-hinweis-eines-deiner-themes-oder-plug-ins-enthalt-code-der-aktualisiert-werden-muss/412840
**Category:** Support
**Created:** [9월 19, 2026, 5:28오후 UTC](https://meta.discourse.org/t/admin-hinweis-eines-deiner-themes-oder-plug-ins-enthalt-code-der-aktualisiert-werden-muss/412840 "2026-09-19T17:28:50Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 21, 2026, 6:40오후 UTC](https://meta.discourse.org/t/admin-hinweis-eines-deiner-themes-oder-plug-ins-enthalt-code-der-aktualisiert-werden-muss/412840/14 "2026-09-21T18:40:27Z")

</div>

브라우저 콘솔(F12)에 아래 코드를 붙여넣고 엔터를 누르시겠어요?

```plaintext
const LegacyArray = window.moduleBroker.lookup(
    "discourse/lib/legacy-array-like-object"
  ).default;

  const originalWarning = LegacyArray.warnArrayDeprecation;

  LegacyArray.warnArrayDeprecation = function (instance, property) {
    console.trace("Deprecated array access", instance.__type, property);
    return originalWarning.call(this, instance, property);
  };

```

그 후 새로고침 없이 관리자 페이지로 이동하여 해당 알림이 표시되는지 확인해 보세요.

이제 콘솔에 표시되는 메시지를 복사해서 여기에 붙여넣어 주세요.

---

_[View the full topic](https://meta.discourse.org/t/admin-hinweis-eines-deiner-themes-oder-plug-ins-enthalt-code-der-aktualisiert-werden-muss/412840)._
