html in profile fields
-
I have a need where I want to add html to the bp profile fields. I am using WP 2.8.4 and BP 1.1.1. Per a different thread, I’ve tried….
function stuff_i_want_triggered_after_bp_loads(){
remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 );
}
add_action('wp', 'stuff_i_want_triggered_after_bp_loads');…but it generates an error. Since the thread was older, I’m guessing something changed in 1x version.
How can I enable html in profile fields?
Thanks,
Phil
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘html in profile fields’ is closed to new replies.