apply_filters_ref_array( 'the_networks', array $_networks, WP_Network_Query $this )

Filters the network query results.


Parameters

$_networks

(array) An array of WP_Network objects.

$this

(WP_Network_Query) Current instance of WP_Network_Query (passed by reference).


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Introduced.