do_action_ref_array( ‘loop_end’, WP_Query $query )

In this article

Fires once the loop has ended.

Parameters

$queryWP_Query
The WP_Query instance (passed by reference).

Source

do_action_ref_array( 'loop_end', array( &$this ) );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.