Skip to content

Instantly share code, notes, and snippets.

@magevision
Created April 19, 2022 13:03
Show Gist options
  • Save magevision/96d46876a681ca00c8ac153e24cf03a2 to your computer and use it in GitHub Desktop.
Save magevision/96d46876a681ca00c8ac153e24cf03a2 to your computer and use it in GitHub Desktop.
DisableEventObserver
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="sendfriend_product">
<observer name="reports" disabled="true" />
</event>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment