<?php
/**
 * Single Custom Post Type Social Share
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 4.9
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Display social share
wpex_get_template_part( 'author_bio' );