????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/
Upload File :
Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/staff-entry-social.php

<?php
/**
 * Staff entry social links template part
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

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

// Display if enabled
if ( tb_get_mod( 'staff_entry_social', true ) ) : ?>
	<?php echo tb_get_staff_social(); ?>
<?php endif; ?>