Hi,
There's the $html variable, but this doesn't return quite what I was hoping for.
Example [html]<span>blah blah</span>[/html]
For a custom tag, I'd like to be able to get the <span>blah blah</span> content only, is that possible?
$bbcode->addTag('newhtml', function($tag, &$html, $openingTag) {
// I'd like to do something with the internal content of the tags here
});