# Moderation Plugin

**URL:** https://meta.discourse.org/t/moderation-plugin/88305
**Category:** Development
**Created:** [May 23, 2018, 9:53pm UTC](https://meta.discourse.org/t/moderation-plugin/88305 "2018-05-23T21:53:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [May 30, 2018, 3:57pm UTC](https://meta.discourse.org/t/moderation-plugin/88305/2 "2018-05-30T15:57:38Z")

</div>

Hello Richard,

The component displayed here is a `{{flagged-post}}` if I’m not mistaken. If you open `adminjs/templates/components/flagged-post.hbs` you will see `{{plugin-outlet name="flagged-post-controls"...` and `{{plugin-outlet name="flagged-post-below-controls"...`

This is where you want to hook your plugin. If you don’t know about plugin-outlet yet, I recommend your read [Developing Discourse Plugins - Part 2 - Connect to a plugin outlet](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-2-plugin-outlets/31001)

Hope it will be helpfull.

---

_[View the full topic](https://meta.discourse.org/t/moderation-plugin/88305)._
