Logo

Blog Sidebar

Travel

Journal

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

워드프레스 변수명 확인하기

<?php$current_user = wp_get_current_user();/*** @example Safe usage: $current_user = wp_get_current_user();* if ( !($current_user instanceof WP_User) )*     return;*/echo ‘Username: ‘ . $current_user->user_login . ‘<br />’;echo ‘User email: ‘ . $current_user->user_email . ‘<br />’;echo ‘User first name: ‘ . $current_user->user_firstname . ‘<br />’;echo ‘User last name: ‘ . $current_user->user_lastname . ‘<br />’;echo ‘User display name: ‘ . $current_user->display_name . ‘<br />’;echo ‘User ID: ‘ . $current_user->ID . ‘<br />’;?> 위와 같이 하면 변수명을 확인할 수 있다. 출처 : https://codex.wordpress.org/ko:%ED%95%A8%EC%88%98_%EB%A0%88%ED%8D%BC%EB%9F%B0%EC%8A%A4/wp_get_current_user#.EB.A6.AC.ED.84.B4_.EA.B0.92 작성일자 : 2017.09.30

Continue Reading

Windows 7 USB DVD Download Tool

Windows 7 USB DVD Download Tool Windows7-USB-DVD-Download-Tool-Installer-en-US다운로드

Continue Reading
woman

Wild Question Marks and devious semikoli

Wild Question Marks and devious semikoli March 15, 2019 Photo Story Build an elegantly modern, responsive website that’s creative, accessible and beautifully presented. A well-designed website can change your conversion and a profit for good. Curabitur ac nisl molestie, facilisis nibh ac, facilisis ligula. Integer congue malesuada eros congue varius. Sed malesuada dolor eget velit euismod pretium. Etiam porttitor finibus pretium. Nam suscipit vel ligula at dharetra. Fusce aliquam tincidunt hendrerit. Nunc tincidunt id velit sit amet vestibulum. In venenatis […]

Continue Reading