do_action_ref_array ( ‘loop_end’, WP_Query $query )

Fires once the loop has ended.

Parameters

$query WP_Query
The WP_Query instance (passed by reference).

Source

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

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

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