- Affected version
- 2.2.12
Most relevent methods in XF
So right now we have to extend the class in order to add a default processor action which doesn't seem terribly efficient (as bb code processors are not required as often as for example renderers for example).
It would therefore be nice if code event
\SubContainer\BbCode
do have a code event - processor
currently does not.So right now we have to extend the class in order to add a default processor action which doesn't seem terribly efficient (as bb code processors are not required as often as for example renderers for example).
It would therefore be nice if code event
bb_code_processor
could be added.