Toplam 1 kayıt bulundu...
Wordpress Üye Bilgilerini Yazdırma - Get Member Info
03.10.2009 — Wordpress,
1 Yorum
AÅŸağıdaki kod sayesinde wordpress blog sisteminizde istediÄŸiniz her hangi bir yere oturum açmış olan geçerli üyenin bilgilerini yazdırabilirsiniz. <?php global $current_user; get_currentuserinfo(); echo 'Kullanıcı Adı: ' . $current_user->user_login . "\n"; echo 'Kullanıcı email: ' . $current_user->user_email . "\n"; echo 'Kullanıcı Seviyesi: ' . $current_user->user_level . "\n"; echo 'Kullanıcı İsmi: ' . $current_user->user_firstname . "\n"; echo 'Kullanıcı Soyadı: ' . $current_user->user_lastname . "\n"; echo 'Kullanıcı Görünen Ad: & [...] Yazının devamı için buraya tıklayın...


