'; } } else if($value == 'skype') { $author_meta = get_the_author_meta( $value, $author_id ); if(!empty($author_meta)) { $social_links .= ''; } } else { $author_meta = get_the_author_meta( $value, $author_id ); if(!empty($author_meta)) { $social_links .= ''; } } } } return $social_links; } add_action( 'show_user_profile', 'add_extra_social_links' ); add_action( 'edit_user_profile', 'add_extra_social_links' ); function add_extra_social_links( $user ) { ?>

Author Box Profile Links