Forums
-
- Forum
- Posts
-
- Installation
- 28,510
- Troubleshooting
- 62,710
- Themes
- 10,431
- Plugins
- 15,372
- Requests & Feedback
- 14,973
- Showcase
- 3,256
-
$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