Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: pre_get_networks

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
190           $this->parse_query();
191
192           /**
193            * Fires before networks are retrieved.
194            *
195            * @since 4.6.0
196            *
197            * @param WP_Network_Query $query Current instance of WP_Network_Query (passed by reference).
198            */
199           do_action_ref_array( 'pre_get_networks', array( &$this ) );
200
201           $network_data = null;
202
203           /**
204            * Filters the network data before the query takes place.
205            *
206            * Return a non-null value to bypass WordPress' default network queries.
207            *
208            * The expected return type from this filter depends on the value passed