@anonymized-15484660
Active 5 years, 4 months ago
-
Anonymous User 15484660 started the topic member type body classes in the forum How-to & Troubleshooting 8 years ago
Hi,
i would like to inject member types body classes to activity stream page.
I tryed that:
function yoostart_member_type_body_class( $classes = array() ){[Read more]
if (bp_is_activity_component() ) {
if ($member_types = bp_get_member_type( bp_displayed_user_id() ) ) {
foreach ($member_types as $member_type) {…