apply_filters_ref_array( 'the_networks', array $_networks , WP_Network_Query $this )
Filters the network query results.
Parameters
- $_networks
-
An array of WP_Network objects.
- $this
-
Current instance of WP_Network_Query (passed by reference).
Source
Changelog
Version | Description |
---|---|
WP-4.6.0 | Introduced. |