Used By
Used By | Description |
---|---|
wp-includes/post-thumbnail-template.php: get_the_post_thumbnail() | Retrieve the post thumbnail. |
Determines whether the caller is in the Loop.
For more information on this and similar theme functions, check out the Conditional Tags article in the Theme Developer Handbook.
(bool) True if caller is within loop, false if loop hasn't started or ended.
File: wp-includes/query.php
function in_the_loop() { global $wp_query; return $wp_query->in_the_loop; }
Version | Description |
---|---|
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/in_the_loop