user_login;
$my_id = $booked_current_user->ID;
$my_profile = true;
$user_data = get_user_by( 'id', $booked_current_user->ID );
?>
class="me">' . esc_html__('No profile here!','booked') . '';
echo '
' . esc_html__('Sorry, this user profile does not exist.','booked') . '
';
} else { ?>
ID);
$user_url = $user_data->data->user_url;
$user_desc = $user_meta['description'][0];
$h3_class = '';
?>
array(
'title' => esc_html__('Upcoming Appointments','booked'),
'booked-icon' => 'booked-calendar',
'class' => false
),
'history' => array(
'title' => esc_html__('Appointment History','booked'),
'booked-icon' => 'booked-calendar-check-o',
'class' => false
),
'edit' => array(
'title' => esc_html__('Edit Profile','booked'),
'booked-icon' => 'booked-edit',
'class' => 'edit-button'
)
);
echo apply_filters( 'booked_profile_tabs', $default_tabs );
?>