Code used by WordPress to determine whether a user is logged on _ PHP Tutorial

Source: Internet
Author: User
Code used by WordPress to determine whether a user is logged on. Is_user_logged_in () indicates that a Boolean value true or false is returned based on whether the current visitor logs on. Parameter this function does not accept any parameters. Copy the code as follows :? Phpif (is_us is_user_logged_in ()
Description
Returns a boolean value of true or false based on whether the current visitor logs on.

Parameters
This function does not accept any parameters.

Usage

The code is as follows:




Example
Use the is_user_logged_in () function to display different output results in the topic file based on the logon status of the current visitor.

The code is as follows:


If (is_user_logged_in ()){
Echo 'Welcome, registered user! ';
} Else {
Echo 'Welcome, visitor! ';
}
?>



Reference link:Function Reference/is user logged in

The http://www.bkjia.com/PHPjc/323065.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/323065.htmlTechArticleis_user_logged_in () description returns a boolean value true or false based on whether the current visitor is logged on. Parameter this function does not accept any parameters. The usage code is as follows :? Php if (is_us...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.