Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to include a Meta Description and Keywords in bbpress without a plug-in.

$out = preg_replace( '|/!]*?[^[*?]|si', '', $out );

That should take bbCode out, put it after $out = strip_tags( $out ); . Not tested it, but it’s adapted from a function I found on Google :P

Skip to toolbar