jtl-software / connector-woocommerce3

GNU Lesser General Public License v3.0
5 stars 6 forks source link

add wordpress hooks #19

Closed MobinDev closed 7 months ago

MobinDev commented 11 months ago

In my opinion, it is much better if WordPress hooks are used in the plugin so that other plugins can write plugins for it without changing the original plugin code. I have added two hooks now, with which many tasks can be done without modifying the original plugin.

Platzke-jtl commented 11 months ago

Thanks, we have created a Ticket zu validate and import your changes: https://issues.jtl-software.de/issues/CO-2474

cem-jtl commented 7 months ago

In this case, we came to the conclusion that it would be better if you wrote your own Connector plugin and run the hooks there.