prefix="og: http://ogp.me/ns#" class="">
max_num_pages) ) : ?>
display_name;
$email = $get_user_data->user_email;
$avatar = get_avatar($email, 64);
if( is_ssl() ){
$protocol = "https";
}else{
$protocol = "http";
}
$settings_url = admin_url('plugins.php?page=alobaidi_gallery_settings', $protocol);
$media_url = admin_url('media-new.php', $protocol);
if( !get_option('alobaidi_gallery_bar') ){
if( get_option('alobaidi_gallery_setw') ){
$settings_word = get_option('alobaidi_gallery_setw');
}else{
$settings_word = "Settings";
}
if( get_option('alobaidi_gallery_medw') ){
$media_word = get_option('alobaidi_gallery_medw');
}else{
$media_word = "Upload Images";
}
?>