Skip to content

Commit

Permalink
remove email
Browse files Browse the repository at this point in the history
fix #26
  • Loading branch information
pfefferle committed Oct 19, 2023
1 parent 9f81cee commit 1081c9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-webfinger.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,6 @@ public static function get_user_resources( $id_or_name_or_object ) {
$resources[] = self::get_user_resource( $user );
$resources[] = get_author_posts_url( $user->ID, $user->user_nicename );

if ( $user->user_email ) {
$resources[] = 'mailto:' . $user->user_email;
}

/*
* the IM schemes are based on the "vCard Extensions for Instant Messaging (IM)".
* that means that the YahooID for example is represented by ymsgr:identifier
Expand Down

0 comments on commit 1081c9d

Please sign in to comment.