remove paragraph markup from around status updates in the activity stream
-
I’m trying to remove the paragraph ([p] [/p]) markup that gets inserted around status updates when they are displayed in the activity stream.
I’ve tried adding the following to my bp-custom.php:
remove_filter( ‘bp_get_activity_content_body’, ‘wpautop’ );
remove_filter( ‘bp_get_activity_content’, ‘wpautop’ );But, it has no effect.
Anyone have a fix?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove paragraph markup from around status updates in the activity stream’ is closed to new replies.