Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: html on profile page? can it be done?


r-a-y
Keymaster

@r-a-y

Yes, it can be done, but do you want to risk exposing your site to vulnerabilities?

If you still want to do this, add the following code snippet in your theme’s functions.php:

`remove_filter( ‘bp_get_the_profile_field_value’, ‘wp_filter_kses’, 1 );`

Skip to toolbar