Img Tag rendererStates

|Jordan|

Active member
What's the name of the img bbcode tag rendererStates?

I've been searching through xenforo/library/xenforo/bbcode/formatter/base.php and im not finding one.

Here's my current code:
PHP:
$bbCodeParser = new XenForo_BbCode_Parser(new XenForo_BbCode_Formatter_Wysiwyg);
            $bbCodeOptions = array(
                'showSignature' => false,
                'states' => array(
                    'viewAttachments' => false,
                )
            );

I'm trying to block img and media tags.
 
Last edited:
Top Bottom