loop_end WordPress Action Hook
The loop_end hook is used to end the loop in WordPress. This hook is used by themes and plugins to end the loop and do something else.
do_action_ref_array( 'loop_end', WP_Query $query ) #
Fires once the loop has ended.
Parameters
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |