pre_get_networks WordPress Action Hook

The pre_get_networks hook is a hook that is called before the networks are retrieved. It can be used to modify the query that is used to retrieve the networks.

do_action_ref_array( 'pre_get_networks', WP_Network_Query $query ) #

Fires before networks are retrieved.


Parameters

$query

(WP_Network_Query)Current instance of WP_Network_Query (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.