# Overriding PostStream or Store methods with plugin API?

**URL:** <https://meta.discourse.org/t/overriding-poststream-or-store-methods-with-plugin-api/226858>\
**Category:** Development\
**Created:** [May 12, 2022, 12:13pm UTC](https://meta.discourse.org/t/overriding-poststream-or-store-methods-with-plugin-api/226858 "2022-05-12T12:13:09Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![frank.manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frank.manuel/32/203348_2.png) [@frank.manuel](https://meta.discourse.org/u/frank.manuel)\
**Post date:** [May 12, 2022, 12:13pm UTC](https://meta.discourse.org/t/overriding-poststream-or-store-methods-with-plugin-api/226858/1 "2022-05-12T12:13:09Z")

</div>

Hello,

Is it possible to override Store and PostStream methods from a plugin? I tried using Plugin API with “model:store” and “model:post-stream”, but they don’t work.

Using Prototype as a hack to force the override doesn’t work either, because of the minification.

Thanks.
