Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: backslashes not showing


r-a-y
Keymaster

@r-a-y

You can try removing the stripslashes filter applied to forum posts.

Add the following to your theme’s functions.php file:

`remove_filter( ‘bp_get_the_topic_post_content’, ‘stripslashes_deep’ );`

Skip to toolbar