ID); $last_name = get_the_author_meta('last_name', $author->ID); $display_name = (!empty($first_name) && !empty($last_name)) ? $first_name . ' ' . $last_name : $author->display_name; ?>
ID, 150); ?>

description) : ?>
description); ?>
array( 'url' => get_the_author_meta('facebook', $author->ID), 'svg' => '' ), 'twitter' => array( 'url' => get_the_author_meta('twitter', $author->ID), 'svg' => ' ' ), 'linkedin' => array( 'url' => get_the_author_meta('linkedin', $author->ID), 'svg' => '' ), 'website' => array( 'url' => get_the_author_meta('url', $author->ID), 'svg' => '' ) ); foreach ($social_links as $platform => $data) { if (!empty($data['url'])) { echo '' . $data['svg'] . ''; } } ?>