wpseek.com
A WordPress-centric search engine for devs and theme authors



the_networks › WordPress Filter Hooks

Since4.6.0
Deprecatedn/a
apply_filters_ref_array( 'the_networks', array( $_networks, &$this )
Parameters: (2)
  • (WP_Network[]) $_networks An array of WP_Network objects.
    Required: Yes
  • (WP_Network_Query) $query Current instance of WP_Network_Query (passed by reference).
    Required: Yes
Defined at:
Codex:

Filters the network query results.





Source

$_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) );