do_action_ref_array( ‘parse_network_query’, WP_Network_Query $query )

In this article

Fires after the network query vars have been parsed.

Parameters

$queryWP_Network_Query
The WP_Network_Query instance (passed by reference).

Source

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

Changelog

VersionDescription
4.6.0Introduced.

User Contributed Notes

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