We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c50982 commit 35d89acCopy full SHA for 35d89ac
themes/cc-commoners-2019/inc/bp-integration.php
@@ -11,7 +11,7 @@ public static function current_user_is_accepted() {
11
}
12
static function check_if_user_is_accepted() {
13
$active = ccgn_registration_user_get_stage_and_date( bp_displayed_user_id() );
14
- if ( active['stage'] != 'accepted' ) {
+ if ( $active['stage'] != 'accepted' ) {
15
wp_redirect( home_url() );
16
exit;
17
0 commit comments