do_action_ref_array( 'parse_network_query', WP_Network_Query $query )
- Since
- 4.6.0
Fires after the network query vars have been parsed.
Parameters
$queryWP_Network_Query- The WP_Network_Query instance (passed by reference).
Fired at · 1
wp-includes/class-wp-network-query.php:173WP_Network_Query::parse_query()
Source
* Fires after the network query vars have been parsed. * * @since 4.6.0 * * @param WP_Network_Query $query The WP_Network_Query instance (passed by reference). */ do_action_ref_array( 'parse_network_query', array( &$this ) ); } /** * Sets up the WordPress query for retrieving networks. * * @since 4.6.0History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.