ID; // You can set $user_id to any users, but this gets the current users ID.
$pagepermalink = get_permalink($post->ID);
$beTubeprofile = betube_get_template_url('template-profile.php');
$beTubeEdit = betube_get_template_url('template-edit-post.php');
$beTubeallVideos = betube_get_template_url('template-all-posts.php');
$beTubeallFavourite = betube_get_template_url('template-favorite.php');
$beTubenewPost = betube_get_template_url('template-submit-video.php');
$page = get_page($post->ID);
$current_page_id = $page->ID;
$betubeProfileIMG = get_user_meta($user_ID, "betube_author_profile_bg", true);
if(!empty($betubeProfileIMG)){
$betubeProfileIMG = betube_get_image_url($betubeProfileIMG);
}
?>