ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,012
- Points
- 823
Reputation:
Hello, we have a custom plugin we've built that uses a Code Event Listener to listen for the event entity_post_save on XF\Entity\Option objects. The Event Listener uses a callback to trigger some checks and updates when certain settings in our plugin are changed. This all works as expected.
However, there are cases where we'd like to change the value of the Option entity from the event listener.
Our listener receives the XF\Entity\Option $entity, and I've...
Read more
Continue reading...
However, there are cases where we'd like to change the value of the Option entity from the event listener.
Our listener receives the XF\Entity\Option $entity, and I've...
Read more
Continue reading...