do_action_ref_array( 'loop_end', WP_Query $query )
Fires once the loop has ended.
Parameters
- $query
-
The WP_Query instance (passed by reference).
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires once the loop has ended.
The WP_Query instance (passed by reference).
Version | Description |
---|---|
2.0.0 | Introduced. |