Shoot. I had a long response to this but the forum was down when I posted it and it lost it all. Anyhow, short version. That message is controlled by rtMedia so its best to ask over in their forum. Kleo doesn’t do anything with that message. But, you can try this which will probably get you close
COPY CODE
function rtmedia_change_added_text( $action, $username, $count, $user_nicename, $media_type ) {
$action = sprintf( __( '%s added %d %s', 'rtmedia' ), $username, $count, RTMEDIA_MEDIA_SLUG );
return $action;
}
add_filter('rtmedia_buddypress_action_text_fitler', 'rtmedia_change_added_text', 10, 5);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com