Hi guys!
I have a question.
Is there any possible to set in callback_after_insert two different functions?
It would be great something like:
callback_after_insert(array($this, 'function1')); callback_after_insert(array($this, 'function2'));
But the first function is not working. Single function (first or second) is working, but two functions are not.