Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
$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