in_the_loop

Definition:
function in_the_loop() {}

Whether the caller is in the Loop.

Return values

returns:True if caller is within loop, false if loop hasn’t started or ended.

Source code

function in_the_loop() {

	global $wp_query;



	return $wp_query->in_the_loop;

}

2073

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: