I've two plugins that extend the core "XenForo_DataWriter_Forum" class.
Both plugins override couple of "maxLength" values from core. However, I noticed that only one plugin is called by the XFCP system, since I'm using "return" statement. It seems that it's causing issues since there's a return statement in the plugin thus not further calling other plugins.
Any solution for this?
Both plugins override couple of "maxLength" values from core. However, I noticed that only one plugin is called by the XFCP system, since I'm using "return" statement. It seems that it's causing issues since there's a return statement in the plugin thus not further calling other plugins.
Any solution for this?