is_user_logged_in

Advertisement

Summery Summery

Determines whether the current visitor is a logged in user.

Syntax Syntax

is_user_logged_in()

Description Description

For more information on this and similar theme functions, check out the Conditional Tags article in the Theme Developer Handbook.

Return Return

(bool) True if user is logged in, false if not logged in.

Source Source

File: wp-includes/pluggable.php

	}
endif;

if ( ! function_exists( 'is_user_logged_in' ) ) :
	/**

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply