Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of displaying the role of WordPress login user

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of showing the role of WordPress login users, the article is very detailed, has a certain reference value, interested friends must read it!

Add the following code to the current theme functions.php:

Function get_user_role () {global $current_user; $user_roles = $current_user- > roles; $user_role = array_shift ($user_roles); return $user_role;}

Add the calling code in the appropriate place in the theme template:

Combined with the following WordPress user information function:

The call to WordPress user information is almost complete. It should be too late to show the number of user articles and comments and write it next time.

The above is all the contents of the method of displaying the WordPress login user role, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report