XF 2.2 about_html

Robert9

Well-known member
Licensed customer
Is there something else like "about_html" with html?
If not how can i get rid of the html, please?
With strip_tags?
 
Works
$description = \XF\Html\Renderer\BbCode::renderFromHtml(nl2br($description));
 
Back
Top Bottom