Hello!
Is it correct to determine hooks in one plugin and use them from another plugin?
I am concerned that the plugin object is constructed and desructed many times. What happens with defined in this object hooks when the object is destructed?
Whether this will lead to errors, or a substantial decrease in performance?
Vladimir Gorpenko