<?php

/**
 * @package WordPress
 * @subpackage Traveler
 * @since 1.0
 *
 * User overview
 *
 * Created by ShineTheme
 *
 */
$data = STUser_f::get_info_total_traveled();
wp_enqueue_script('st-gmap-init');
?>
<h4><?php 
st_the_language('user_total_traveled');
?>
</h4>
<ul class="list list-inline user-profile-statictics mb30">
    <?php 
$df = array(array('title' => 'Hotel', 'id_partner' => 'hotel'), array('title' => 'Rental', 'id_partner' => 'rental'), array('title' => 'Car', 'id_partner' => 'car'), array('title' => 'Tour', 'id_partner' => 'tour'), array('title' => 'Activity', 'id_partner' => 'activity'));
?>
    <?php 
$list_partner = st()->get_option('list_partner', $df);
?>
    <?php 
foreach ($list_partner as $k => $v) {
    ?>
        <?php 
    if ($v['id_partner'] == 'hotel') {