Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp_redirect() breaks buddypress commenting?

Viewing 2 replies - 1 through 2 (of 2 total)

  • shanebp
    Moderator

    @shanebp

    Try:

    if ( current_user_can('subscriber') &&  ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
    	wp_redirect( home_url() );
    	exit;
    }

    adam_ohern
    Participant

    @adam_ohern

    Fantastic. Thanks so much, Shane!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_redirect() breaks buddypress commenting?’ is closed to new replies.
Skip to toolbar