# Developing Discourse Plugins - Part 2 - Connect to a plugin outlet

**URL:** https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001
**Category:** Developer Guides
**Tags:** plugin-guides, tutorial
**Created:** [7월 12, 2015, 5:48오후 UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001 "2015-07-12T17:48:27Z")
**Posts on this page:** 1
**Showing post:** 41

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [11월 23, 2025, 3:30오전 UTC](https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001/41 "2025-11-23T03:30:43Z")

</div>

> [@Discourse](#):
>
> ❗ 플러그인 아웃렛이 존재하는 위치 중 일부를 확인하려면, OSX 또는 Linux를 사용하고 있다면 다음 명령을 실행할 수 있습니다:
> 
> ```plaintext
> git grep "<PluginOutlet" -- "*.hbs"
> 
> ```

명령은 다음과 같이 업데이트되어야 한다고 생각합니다:

```plaintext
git grep "<PluginOutlet" -- "*.gjs"

```

> [@Discourse](#):
>
> @RGJ 님은 또한 그 위치를 보여주는 [테마 컴포넌트](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673)를 작성했습니다.

해당 링크에는 "비활성화됨(deprecated)"이라고 표시되어 있습니다.

**수정:** 상단 게시물 아래에 PR을 만들 수 있는 링크를 찾았으므로, PR을 생성했습니다.

---

_[View the full topic](https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001)._
