Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,641
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,257
-
$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