parse_network_query WordPress Action Hook

The parse_network_query hook is used to parse the network query.

do_action_ref_array( 'parse_network_query', WP_Network_Query $query ) #

Fires after the network query vars have been parsed.


Parameters

$query

(WP_Network_Query)The WP_Network_Query instance (passed by reference).


Top ↑

Source

File: wp-includes/class-wp-network-query.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.