function cwc_member_check_shortcode( $atts, $content = null ) {
if ( is_user_logged_in() && !is_null( $content ) && !is_feed() ){

return $content;
return '';

}else{
// üye olun vs.
}

}