-
Varun Dubey replied to the topic Buddypress SiteWideActivity Updates Only in the forum How-to & Troubleshooting 5 years, 9 months ago
@madhall If you want that activity should not be created at all even at the database.
You can try following inside child theme functions.phpfunction wb_exclude_activity_types_from_recording( &$activity ) {
$excluded_types = array( 'joined_group', 'updated_profile'.'friendship_created' );
if ( empty( $activity->id ) && in_array(…[Read more]
-
Varun Dubey replied to the topic Buddypress SiteWideActivity Updates Only in the forum How-to & Troubleshooting 5 years, 9 months ago
@madhall
Active 5 years, 9 months ago