Forums
-
- Forum
- Posts
-
- Installation
- 28,541
- Troubleshooting
- 62,848
- Themes
- 10,444
- Plugins
- 15,396
- Requests & Feedback
- 14,992
- Showcase
- 3,259
-
$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