Skip to content

Commit d29b25c

Browse files
committed
rollback on public profiles waiting for privacy policy updating
1 parent 9920fb0 commit d29b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cc-global-network/cc-global-network.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
add_filter( 'bp_is_active', '_bp_remove_components', 10, 2 );
160160

161161
// Hide group/member directories etc. from users who are not logged in
162-
//add_filter( 'get_header', '_bp_not_signed_in_redirect', 1 );
162+
add_filter( 'get_header', '_bp_not_signed_in_redirect', 1 );
163163

164164
// Don't show unvouched users in member directory, do list alphabetically
165165
add_action( 'bp_ajax_querystring', 'ccgn_bp_directory_query', 20, 2 );

0 commit comments

Comments
 (0)