B
B
Blind-programmer2020-05-26 15:39:29
WordPress
Blind-programmer, 2020-05-26 15:39:29

Display the name of the authorized user, how to do it?

Hello everyone, I need to display the name of the authorized user, what should I write in the code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WP Panda, 2020-05-26
@Blind-programmer

if ( is_user_logged_in() ) {
echo wp_get_current_user()->display_name;
}

https://qna.habr.com/help/rating

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question