Suppressing rich text on xprofile text area
-
Hi… I want to suppress the rich text feature on my user profile field Credentials. I understand I can do this using a filter and believe I need something like this in my bp-custom.php file:
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', false, bp_the_profile_field_id( 'fieldname=Credentials' ) );
However, bp_the_profile_field_id() does not exist but I need someway to supply the field ID which is not apparent to me.Any guidance, please?
thanks, Tony
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Suppressing rich text on xprofile text area’ is closed to new replies.