wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_networks › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters_ref_array( 'the_networks', array( $_networks, &$this )
Parameter: (2)
  • (WP_Network[]) $_networks An array of WP_Network objects.
    Erforderlich: Ja
  • (WP_Network_Query) $query Current instance of WP_Network_Query (passed by reference).
    Erforderlich: Ja
Definiert in:
Codex:

Filters the network query results.





Quellcode

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