No HTML allowed on front end profile page
-
I am trying to allow html output in text area on a profile page however this keeps getting stripped out.
I am trying to add in this hook but it doesn’t seem to effect anything
`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’);`
This is placed into custom.php in the wp-content/plugins folder wrapped in php tags
Any help would be appreciated
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No HTML allowed on front end profile page’ is closed to new replies.