'; } $facebook_profile = get_the_author_meta( 'facebook_profile' ); if ( $facebook_profile != '' ) { echo '
'; } $twitter_profile = get_the_author_meta( 'twitter_profile' ); if ( $twitter_profile != '' ) { echo '
'; } $google_profile = get_the_author_meta( 'google_profile' ); if ( $google_profile != '' ) { echo '
'; } $instagram_profile = get_the_author_meta( 'instagram_profile' ); if ( $instagram_profile != '' ) { echo '
'; } $linkedin_profile = get_the_author_meta( 'linkedin_profile' ); if ( $linkedin_profile != '' ) { echo '
'; } } } /** * Show social media function. * ------------------------------------------------------------------------- * Show social media on single and page * * @since Passport 1.0 * **/ if ( ! function_exists ( 'passport_show_social_share' ) ) { function passport_show_social_share() { if ( is_single() || is_page() ) : ?>