Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Trying to alter layout of bp_activity_action()


3sixty
Participant

@3sixty

You can alter the action variable using php string manipulation functions. I would start with trim(), which might be all you need to get rid of the boilerplate text.

http://php.net/manual/en/function.trim.php

Skip to toolbar