Jaxel
Well-known member
I am parsing bbCodes in one of my addons with the following:
Is there any way to get a list of the JS/CSS (xf:js and xf:css) calls that were made in the bbCode templates?
Code:
$html = \XF::app()->bbCode()->render($this->content, 'html', 'content_type', $this,
$this->getBbCodeRenderOptions($this, 'content_type'));
Is there any way to get a list of the JS/CSS (xf:js and xf:css) calls that were made in the bbCode templates?