do_action_ref_array( 'loop_end', WP_Query $this )
Fires once the loop has ended.
Description Description
Parameters Parameters
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Fires once the loop has ended.
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
| Used By | Description |
|---|---|
| wp-includes/class-wp-query.php: WP_Query::have_posts() |
Determines whether there are more posts available in the loop. |
Code is Poetry.